1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 10:16:35 +01:00

Makefile fix

This commit is contained in:
Ansa89
2014-07-21 12:33:19 +02:00
parent 7abd8d5ee5
commit 98aae242fb
14 changed files with 60 additions and 20 deletions

View File

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