Re: Installing ssdeep on Portable Python /advice

2014-03-22 Thread laguna-mc
http://ssdeep.sourceforge.net/usage.html

the installation described in aboved document is for Linux only.
Well, I need experiment and see errors.

Regards,


 - Original Message -
 From: Mark H Harris
 Sent: 03/22/14 05:32 AM
 To: python-list@python.org
 Subject: Re: Installing ssdeep on Portable Python /advice
 
 On 3/21/14 9:51 PM, Mark H Harris wrote:
  On 3/20/14 7:16 PM, laguna...@mail.com wrote:
 
  $ 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
 
 
 Actually, I restated that wrong. The doc says that building from sources 
 on windows is NOT supported.
 
 marcus
 -- 
 https://mail.python.org/mailman/listinfo/python-list

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Installing ssdeep on Portable Python /advice

2014-03-21 Thread Mark H Harris

On 3/20/14 7:16 PM, laguna...@mail.com wrote:


 $ 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
--
https://mail.python.org/mailman/listinfo/python-list


Re: Installing ssdeep on Portable Python /advice

2014-03-21 Thread Mark H Harris

On 3/21/14 9:51 PM, Mark H Harris wrote:

On 3/20/14 7:16 PM, laguna...@mail.com wrote:



$ 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



Actually, I restated that wrong. The doc says that building from sources 
on windows is NOT supported.


marcus
--
https://mail.python.org/mailman/listinfo/python-list


Installing ssdeep on Portable Python /advice

2014-03-20 Thread 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
-
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?
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Installing ssdeep on Portable Python /advice

2014-03-20 Thread Mark Lawrence

On 21/03/2014 00:16, laguna...@mail.com wrote:

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
-
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?



You've changed the subject line but other than that this appears to be 
identical to the question you posed almost exactly six hours ago.  It is 
considered polite to wait for at least 24 hours before again asking for 
assistance.


--
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.


Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com


--
https://mail.python.org/mailman/listinfo/python-list