Changes between Version 346 and Version 347 of BuildInstructions


Ignore:
Timestamp:
Jun 30, 2019, 2:46:25 PM (5 years ago)
Author:
mondeja
Comment:

Lacked cmake as dependence and libsodium-dev can be installed with sudo apt-get install libsodium-dev on Debian 9.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v346 v347  
    126126{{{
    127127#!sh
    128 sudo apt-get install build-essential libboost-dev libboost-filesystem-dev   \
     128sudo apt-get install build-essential cmake libboost-dev libboost-filesystem-dev   \
    129129    libcurl4-gnutls-dev libenet-dev libgloox-dev libicu-dev    \
    130130    libminiupnpc-dev libnspr4-dev libnvtt-dev libogg-dev libopenal-dev   \
     
    134134   * With these dependencies you have to run:
    135135     * `./update-workspaces.sh --with-system-nvtt`
    136  * On all versions **except Ubuntu 18.04**, you will need to [https://download.libsodium.org/doc/installation/ install libsodium manually].
    137    * On **Ubuntu 18.04**, `sudo apt-get install libsodium-dev`.
     136 * On all versions **except Ubuntu 18.04** and **Debian 9**, you will need to [https://download.libsodium.org/doc/installation/ install libsodium manually].
     137   * On **Ubuntu 18.04** or **Debian 9**, `sudo apt-get install libsodium-dev`.
    138138 * If you want to use a packaged **mozjs38**, available for example in [https://launchpad.net/~wfg/+archive/ubuntu/0ad.dev/+packages 0ad.dev PPA]:
    139139   * you should replace `libnspr4-dev` with `libmozjs-38-dev` and run `update-workspace.sh` with `--with-system-mozjs38`.