mirror of https://github.com/zeldaret/botw.git
Merge pull request #78 from 1byte2bytes/master
Update README.md to include xdelta
This commit is contained in:
commit
a85b90ec26
|
@ -161,11 +161,12 @@ The instructions below assume that you are using Linux (native or WSL) or macOS.
|
||||||
* CMake 3.13+
|
* CMake 3.13+
|
||||||
* 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
|
||||||
|
|
||||||
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
|
sudo apt install python3 ninja-build cmake ccache xdelta3
|
||||||
```
|
```
|
||||||
|
|
||||||
Additionally, you'll also need:
|
Additionally, you'll also need:
|
||||||
|
|
Loading…
Reference in New Issue