Skip to content

Commit

Permalink
add GLEW to build dependencies in cmake and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Sep 29, 2018
1 parent 62e6899 commit c653fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/Externals/cryptopp/dsa.h)
file(REMOVE_RECURSE ${CMAKE_SOURCE_DIR}/Externals/cryptopp)
file(MAKE_DIRECTORY ${CMAKE_SOURCE_DIR}/Externals/cryptopp)
endif()
find_package(GLEW REQUIRED)
find_package(FreeImage REQUIRED)
find_package(LockFile REQUIRED)
find_package(OpenAL REQUIRED)
Expand Down
3 changes: 2 additions & 1 deletion doc/howto/build-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ TITLE: X-Ray 1.6 build and setup on Linux

Required packages:
------
GLEW
FreeImage
LockFile
OpenAL
Expand All @@ -16,7 +17,7 @@ JPEG


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

Build commands:
------
Expand Down

0 comments on commit c653fc4

Please sign in to comment.