0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00

Update build dependencies in the top-level README

This commit is contained in:
Jordan Rose 2022-07-25 14:53:32 -07:00
parent c8a334f511
commit 3c03e909b7

View File

@ -34,7 +34,14 @@ non-bridge Rust APIs will be reflected in the version number on a best-effort ba
# Building
To build anything in this repository you must have [Rust](https://rust-lang.org) installed.
To build anything in this repository you must have [Rust](https://rust-lang.org) installed,
as well as Clang, libclang, [CMake](https://cmake.org), and Make.
On a Debian-like system, you can get these extra dependencies through `apt`:
```shell
$ apt-get install clang libclang-dev cmake make
```
The build currently uses a specific version of the Rust nightly compiler, which
will be downloaded automatically by cargo. To build and test the basic protocol
libraries: