Skip to content

Commit 57c78b2

Browse files
committed
Updated INSTALL.md
1 parent f09e733 commit 57c78b2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

INSTALL.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Dependencies
2828

2929
The following dependencies are only required for optional binwalk features, such as file extraction and graphing capabilities. Unless otherwise specified, these dependencies are available from most Linux package managers.
3030

31-
Binwalk uses [pyqtgraph](http://www.pyqtgraph.org) to generate graphs and visualizations; pyqtgraph requires the following Python modules:
31+
Binwalk uses [pyqtgraph](http://www.pyqtgraph.org) to generate graphs and visualizations, which requires the following:
3232

3333
libqt4-opengl
3434
python-opengl
@@ -72,7 +72,13 @@ Alternatively, installation of all bundled libraries can be disabled at build ti
7272

7373
If a bundled library is disabled, the equivalent library must be installed to a standard system library location (e.g., `/usr/lib`, `/usr/local/lib`, etc) in order for binwalk to function properly.
7474

75-
**Note:** If the bundled libmagic library is not used, be aware that minor version releases of libmagic may not be backwards compatible with each other and installation of the wrong version of libmagic may cause binwalk to fail to function properly. Conversely, updating libmagic to a version that works with binwalk may cause other utilities that rely on libmagic to fail. Currently, the following libmagic versions are known to work properly with binwalk (other versions may or may not work):
75+
**Note:** If the bundled libmagic library is not used, be aware that:
76+
77+
1. Some versions of libmagic have known bugs that are triggered by binwalk under some circumstances
78+
2. Minor version releases of libmagic may not be backwards compatible with each other and installation of the wrong version of libmagic may cause binwalk to fail to function properly.
79+
3. Conversely, updating libmagic to a version that works with binwalk may cause other utilities that rely on libmagic to fail.
80+
81+
Currently, the following libmagic versions are known to work properly with binwalk (other versions may or may not work):
7682

7783
5.18
7884
5.19

0 commit comments

Comments
 (0)