Skip to content

Commit

Permalink
Update Linux build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Aug 2, 2018
1 parent 61ce3df commit 1d111bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/howto/build-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TITLE: X-Ray 1.6 build and setup on Linux

Required packages:
------
LockFile
OpenAL
TBB
Crypto++
pugixml
Expand All @@ -13,7 +15,7 @@ JPEG


Ubuntu 18.04 build dependencies:
sudo apt install git cmake libtbb-dev libcrypto++-dev libpugixml-dev libogg-dev libtheora-dev libvorbis-dev libsdl2-dev liblzo2-dev libjpeg-dev libncurses5-dev
sudo apt install git cmake liblockfile-dev libopenal-dev libtbb-dev libcrypto++-dev libpugixml-dev libogg-dev libtheora-dev libvorbis-dev libsdl2-dev liblzo2-dev libjpeg-dev libncurses5-dev

Build commands:
------
Expand Down

0 comments on commit 1d111bc

Please sign in to comment.