Changes between Version 367 and Version 368 of BuildInstructions


Ignore:
Timestamp:
Jan 28, 2020, 6:43:22 PM (4 years ago)
Author:
tasuki
Comment:

libsodium-dev for Ubuntu 16.04 works

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v367 v368  
    149149   * With these dependencies you have to run:
    150150     * `./update-workspaces.sh --with-system-nvtt`
    151  * On all versions **except Ubuntu 18.04 and Debian Sid**, you will need to [https://download.libsodium.org/doc/installation/ install libsodium manually].
    152    * On **Ubuntu 18.04 and Debian Sid**, you can `sudo apt-get install libsodium-dev`.
     151 * On all versions **except Ubuntu 16.04, 18.04, and Debian Sid**, you will need to [https://download.libsodium.org/doc/installation/ install libsodium manually].
     152   * On **Ubuntu 16.04 and Debian Sid** and higher, you can `sudo apt-get install libsodium-dev`.
    153153 * If you want to use a packaged **mozjs45**, which will be made available for example in [https://launchpad.net/~wfg/+archive/ubuntu/0ad.dev/+packages 0ad.dev PPA]:
    154154   * you should add `libmozjs-45-dev` and run `update-workspace.sh` with `--with-system-mozjs45`.