Merge pull request #370 from darosior/missing_dependencies

Add some missing dependencies to the list in the README
This commit is contained in:
Thomas Pöchtrager 2023-05-26 16:05:17 +02:00 committed by GitHub
commit ed079949e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,8 +55,9 @@ to the tarballs/ directory.
Then ensure you have the following installed on your system:
`Clang 3.9+`, `cmake`, `git`, `patch`, `Python`, `libssl-devel` (openssl)
`lzma-devel`, `libxml2-devel` and the `bash shell`.
`Clang 3.9+`, `cmake`, `git`, `patch`, `Python`, `libssl-dev` (openssl)
`lzma-dev`, `libxml2-dev`, `xz`, `bzip2`, `cpio`, `libbz2`, `zlib1g-dev`
and the `bash shell`.
You can run 'sudo tools/get\_dependencies.sh' to get these (and the
optional packages) automatically. (outdated)