Commit 51604ea8 by devttys0

Updated INSTALL documentation

parent fa7e8123
...@@ -14,21 +14,24 @@ names and installation procedures may differ slightly. ...@@ -14,21 +14,24 @@ names and installation procedures may differ slightly.
INSTALLATION INSTALLATION
----------------------------------------- -----------------------------------------
Installation follows the typical configure/make process (python, gcc, libtool and autoconf
must be installed in order to build):
$ ./configure
$ make
$ sudo make install
Binwalk's core features will work out of the box without any additional dependencies. Binwalk's core features will work out of the box without any additional dependencies.
However, to take advantage of binwalk's graphing and extraction capabilities, multiple However, to take advantage of binwalk's graphing and extraction capabilities, multiple
supporting utilities/packages need to be installed. supporting utilities/packages need to be installed.
To ease "dependency hell", a shell script named deps.sh is included which attempts to To ease "dependency hell", a shell script named deps.sh is included which attempts to
install all required dependencies for Debian and RedHat based systems. If you are install all required dependencies for Debian and RedHat based systems:
running a different system, or prefer to install these dependencies manually, see the
DEPENDENCIES section below.
Installation follows the typical configure/make process: $ ./deps.sh
$ ./deps.sh # Install optional dependencies (caution: many MB of downloads) If you are running a different system, or prefer to install these dependencies manually,
$ ./configure see the DEPENDENCIES section below.
$ make
$ sudo make install
...@@ -45,6 +48,7 @@ dependencies are available from most Linux package managers: ...@@ -45,6 +48,7 @@ dependencies are available from most Linux package managers:
python-qt4-gl python-qt4-gl
python-numpy python-numpy
python-scipy python-scipy
mtd-utils mtd-utils
zlib1g-dev zlib1g-dev
liblzma-dev liblzma-dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment