mirror of https://github.com/zeldaret/botw.git
readme: Add clang and libssl-dev to dependency list
needed for the Rust tools
This commit is contained in:
parent
635be7c1e4
commit
53bb59d73d
|
@ -162,11 +162,12 @@ The instructions below assume that you are using Linux (native or WSL) or macOS.
|
||||||
* If you are on Ubuntu 18.04, you must first [update CMake by using the official CMake APT repository](https://apt.kitware.com/).
|
* If you are on Ubuntu 18.04, you must first [update CMake by using the official CMake APT repository](https://apt.kitware.com/).
|
||||||
* ccache (to speed up builds)
|
* ccache (to speed up builds)
|
||||||
* xdelta3
|
* xdelta3
|
||||||
|
* Clang (not for compiling BotW code, but for compiling Rust tools)
|
||||||
|
|
||||||
Ubuntu users can install those dependencies by running:
|
Ubuntu users can install those dependencies by running:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo apt install python3 ninja-build cmake ccache xdelta3
|
sudo apt install python3 ninja-build cmake ccache xdelta3 clang libssl-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Additionally, you'll also need:
|
Additionally, you'll also need:
|
||||||
|
|
Loading…
Reference in New Issue