This website requires JavaScript.
Explore
Help
Sign In
coydog
/
zmap-freebsd
Watch
1
Star
0
Fork
0
You've already forked zmap-freebsd
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f6ea0a79a8
zmap-freebsd
/
.gitignore
13 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
inital public release
2013-08-16 15:12:47 +00:00
*.o
*.a
*.pyc
*~
\#*
src/zmap
Convert plain Makefile into cmake The package can be configured with 4 different options: -DWITH_REDIS=ON Enable support for Redis DB -DWITH_JSON=ON Enable support for JSON based output -DENABLE_DEVELOPMENT=ON Enable all warnings and make them fatal -DENABLE_HARDENING=ON Compile and link with some hardening Use the new system by creating a build directory and change into that. And then call the following cmake -DWITH_REDIS=OFF -DWITH_JSON=ON -DENABLE_DEVELOPMENT=ON -DENABLE_HARDENING=ON /path/to/source/dir/ make make DESTDIR="/..." install Signed-off-by: Justin Lecher <jlec@gentoo.org> Merged by David Adrian - Remove src/Makefile - Updated .gitignore for CMake
2013-09-20 12:05:48 +00:00
CMakeFiles
*.cmake
Makefile
CMakeCache.txt
Finish moving zmap to CMake - Generalize libjson support in CMakeLists - Remove zopt.h, zopt.c from the repository
2013-10-03 16:14:36 +00:00
src/zopt.h
src/zopt.c
Reference in New Issue
Copy Permalink