Commit 37185375 by devttys0

Updated INSTALL.md

parent 504ef607
...@@ -56,14 +56,12 @@ Binwalk relies on multiple external utilties in order to automatically extract/d ...@@ -56,14 +56,12 @@ Binwalk relies on multiple external utilties in order to automatically extract/d
Bundled Software Bundled Software
================ ================
For convenience, the following libraries are bundled with binwalk: For convenience, the following libraries are bundled with binwalk and will not conflict with system-wide libraries:
libmagic libmagic
libfuzzy libfuzzy
pyqtgraph pyqtgraph
These libraries are installed as part of the binwalk Python module and will not conflict with system-wide libraries.
Installation of any individual bundled library can be disabled at build time: Installation of any individual bundled library can be disabled at build time:
$ ./configure --disable-libmagic --disable-libfuzzy --disable-pyqtgraph $ ./configure --disable-libmagic --disable-libfuzzy --disable-pyqtgraph
......
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