Skip to content

Commit

Permalink
Fix build-linux. Lua51-dev not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 28, 2018
1 parent ae00a3e commit 8bb386d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ install: export CXX="g++-7"
os:
- linux
before_script:
- g++ --version
- sudo apt-get install libegl1-mesa-dev libgles2-mesa-dev
- sudo apt-get install cmake lua5.1-dev libssl-dev libogg-dev libtheora-dev libvorbis-dev libsdl2-dev liblzo2-dev libjpeg-dev libncurses5-dev
- mkdir bin
Expand Down
3 changes: 1 addition & 2 deletions doc/howto/build-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ TITLE: X-Ray 1.6 build and setup on Linux

Required packages:
------
Lua51
OpenSSL
Theora
OGG
Expand All @@ -11,7 +10,7 @@ LZO
JPEG

Ubuntu 18.04 build dependencies:
sudo apt install git cmake lua5.1-dev libssl-dev libogg-dev libtheora-dev libvorbis-dev libsdl2-dev liblzo2-dev libjpeg-dev libncurses5-dev
sudo apt install git cmake libssl-dev libogg-dev libtheora-dev libvorbis-dev libsdl2-dev liblzo2-dev libjpeg-dev libncurses5-dev

Build commands:
------
Expand Down

0 comments on commit 8bb386d

Please sign in to comment.