Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GrangerHub/tremulous
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfbbqhax committed May 11, 2017
2 parents 6c4a548 + 0d9b663 commit e1b6501
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,20 @@ If you want to build against system libraries, the following packages are necess

* GCC/G++ (version 6+ is recommend)
* CMake (Optional)
* CURL (for downloading assets)
* rsync (for asset management)
* Zip (the tool not the library)
* Libgl1-mesa
* LibSDL2
* LibCURL4
* LibOpenAL
* Libfreetype6
* Lua 5.2
* Lua 5.2

On Ubuntu yakkety (specifically) you can install all the packages necessary with the following:

```
apt install -y cmake libgl1-mesa-dev libsdl2-dev libcurl4-openssl-dev libopenal-dev libfreetype6-dev mingw-w64 g++-mingw-w64 g++-multilib git zip vim-nox
apt install -y cmake libgl1-mesa-dev libsdl2-dev libcurl4-openssl-dev libopenal-dev libfreetype6-dev mingw-w64 g++-mingw-w64 g++-multilib git zip vim-nox curl rsync
```

Expand Down

0 comments on commit e1b6501

Please sign in to comment.