您的位置:首页 > 移动开发

ssdeep Python Wrapper Install on Ubuntu 14.04

2017-06-29 16:16 896 查看


ssdeep Python Wrapper Install on Ubuntu 14.04

Python 2

Use included ssdeep lib

Install required packages.

$ sudo apt-get install build-essential libffi-dev python python-dev python-pip automake autoconf libtool


Build and install Python module.

$ sudo BUILD_LIB=1 pip install ssdeep


Python 3

Use included ssdeep lib

Install required packages.

$ sudo apt-get install build-essential libffi-dev python3 python3-dev python3-pip automake autoconf libtool


Build and install Python module.

$ sudo BUILD_LIB=1 pip3 install ssdeep


test:



Reference:
http://python-ssdeep.readthedocs.io/en/latest/installation.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Linux ssdeep ubuntu python