Skip to content

Commit c22126c

Browse files
committed
Adding intructions for extra libs that may not always be installed by
default on Linux.
1 parent 567f9e4 commit c22126c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ ScanCode needs a Python 2.7 interpreter.
145145
For instance, visit https://github.com/dejacode/about-code-tool/wiki/BuildingPython27OnCentos6
146146
for instruction to compile Python from sources on Centos.
147147

148+
* On Debian/Ubuntu distros, you may need to install these packages: `libbz2 xzutils zlib1g`.
149+
* On RPM-based distros, you may need to install these packages: `zlib bzip2-libs xz-libs`.
150+
148151
- **On Windows**:
149152

150153
Use the Python 2.7 (Windows x86 MSI installer) for X86 regardless of whether you run Windows

0 commit comments

Comments
 (0)