1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 01:36:34 +01:00

Add Asciidoc to README and travis

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang
2014-08-21 05:00:15 -04:00
parent 15cc87bffd
commit e117bd3985
2 changed files with 5 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ compiler:
# - clang # Fix me
before_script:
# Installing yasm (needed for compiling vpx) and openal
- sudo apt-get -yq install yasm libopenal-dev libconfig-dev libalut-dev
# Installing yasm (needed for compiling vpx) and openal, asciidoc
- sudo apt-get -yq install yasm libopenal-dev libconfig-dev libalut-dev asciidoc
# Installing libsodium, needed for toxcore
- git clone https://github.com/jedisct1/libsodium.git libsodium
- cd libsodium