Installing ssdeep on Portable Python /advice

L

laguna-mc

Portable Python 2.7 for Windows, the Python application have dependency on ssdeep-2.10, which is a binary exe.

The ssdeep (libfuzzy) installation example was shown for Linux platform only:
----
a) libfuzzy can be installed via apt-get:

   $ sudo apt-get install libfuzzy2

b) to install libfuzzy from source, download the gzipped tarball from http://ssdeep.sourceforge.net/#download, then run:

   $ tar -zxvf ssdeep-2.10.tar.gz
   $ cd ssdeep-2.10 && ./configure && make && sudo make install
 
M

Mark H Harris

$ tar -zxvf ssdeep-2.10.tar.gz
$ cd ssdeep-2.10&& ./configure&& make&& sudo make install
I need install it on PortablePython for Windows, so it's not
clear how to make this: where should be placed ssdeep Windows
binary files, that Python application can found it?

It is strongly recommended that ssdeep be run on windows from
precompiled binaries. Building from sources is not recommended because
of dependencies and environment...

Google is our frined;

http://ssdeep.sourceforge.net/usage.html


marcus
 
M

Mark H Harris

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top