Skip to content

Commit

Permalink
translate comment. Update linux build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jun 27, 2018
1 parent 07b981c commit 16b97d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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:
------
TBB
Crypto++
pugixml
Theora
Expand All @@ -12,7 +13,7 @@ JPEG


Ubuntu 18.04 build dependencies:
sudo apt install git cmake libcrypto++-dev libpugixml-dev libogg-dev libtheora-dev libvorbis-dev libsdl2-dev liblzo2-dev libjpeg-dev libncurses5-dev
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

Build commands:
------
Expand Down
2 changes: 1 addition & 1 deletion src/xrCore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ add_definitions(-DXRCORE_EXPORTS)
add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}__SOURCES} ${${PROJECT_NAME}__INCLUDES})

set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
#Заглушки, пока не починю find_package
#this is a temporary solution until find_package will not be fixed
set(CRYPTO_LIBRARY crypto++)
set(PUGIXML_LIBRARY pugixml)
set(TBB_LIBRARIES tbb tbbmalloc_proxy tbbmalloc)
Expand Down

0 comments on commit 16b97d4

Please sign in to comment.