📄 install
字号:
SSDEEP INSTALLATION GUIDE** Microsoft WindowsThe easiest way to install ssdeep is to download one of the pre-compiledbinaries available at http://ssdeep.sourceforge.net/. If you want to compile the program yourself, understand that the source code wasintended to be compiled using gcc, specifically being cross-compiledfrom Linux or OS X to Win32. You can download gcc for Windows andcompile the program on a Windows system, but this method is not supported.Both MinGW and Cygwin are gcc compilers for Windows. To cross compile the program, first install a gcc cross compiler (See the MinGW FAQ: http://www.mingw.org/mingwfaq.shtml#faq-cross)Then update the CR_BASE variable in the Makefile to reflect where yourcross compiler has been installed. Finally, compile the program with:$ make cross** LinuxTo compile the program:$ make** OS XTo compile a generic OS X version of the program:$ make macTo compile a version that runs faster on G5 processors (and *only* G5processors!)$ make macg5** BSD, Solaris, and all other OSTo compile the program:$ make unix** To install the program:# make installNote that you must be root to install the program in the defaultlocation! You can change the installation point by altering the PREFIX variable in the Makefile.** To uninstall the program# make uninstall
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -