README: list some missing dependencies

This commit is contained in:
Antoine Poinsot 2022-12-15 15:32:24 +01:00
parent c6bef077b0
commit 95a4525b92
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -56,7 +56,8 @@ to the tarballs/ directory.
Then ensure you have the following installed on your system:
`Clang 3.9+`, `cmake`, `git`, `patch`, `Python`, `libssl-dev` (openssl)
`lzma-dev`, `libxml2-dev` and the `bash shell`.
`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)