Changes between Version 364 and Version 365 of BuildInstructions


Ignore:
Timestamp:
Dec 22, 2019, 5:53:29 AM (4 years ago)
Author:
uovobw
Comment:

uniq the debian build command and clarify the libsodium-dev installation after https://wildfiregames.com/forum/index.php?/topic/27388-updated-debian-sid-building-dependencies/&do=findComment&comment=390099

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v364 v365  
    143143    libcurl4-gnutls-dev libenet-dev libgloox-dev libicu-dev    \
    144144    libminiupnpc-dev libnvtt-dev libogg-dev libopenal-dev   \
    145     libpng-dev libsdl2-dev libvorbis-dev libwxgtk3.0-dev libxcursor-dev  \
    146     libxml2-dev python subversion zlib1g-dev libboost-dev libenet-dev \
    147     libminiupnpc-dev libsodium-dev libgloox-dev libsdl2-dev libcurl4-gnutls-dev \
    148     libopenal-dev libvorbis-dev libboost-filesystem-dev libboost-system-dev
     145    libpng-dev libsdl2-dev libvorbis-dev libxcursor-dev  \
     146    libxml2-dev python subversion zlib1g-dev libenet-dev \
     147    libboost-system-dev
    149148}}}
    150149   * With these dependencies you have to run:
    151150     * `./update-workspaces.sh --with-system-nvtt`
    152151 * On all versions **except Ubuntu 18.04 and Debian Sid**, you will need to [https://download.libsodium.org/doc/installation/ install libsodium manually].
    153    * On **Ubuntu 18.04**, `sudo apt-get install libsodium-dev`.
     152   * On **Ubuntu 18.04 and Debian Sid**, you can `sudo apt-get install libsodium-dev`.
    154153 * 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]:
    155154   * you should add `libmozjs-45-dev` and run `update-workspace.sh` with `--with-system-mozjs45`.