File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ TITLE: X-Ray 1.6 build and setup on Linux
2
2
3
3
Required packages:
4
4
------
5
+ TBB
5
6
Crypto++
6
7
pugixml
7
8
Theora
12
13
13
14
14
15
Ubuntu 18.04 build dependencies:
15
- sudo apt install git cmake libcrypto++-dev libpugixml-dev libogg-dev libtheora-dev libvorbis-dev libsdl2-dev liblzo2-dev libjpeg-dev libncurses5-dev
16
+ 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
16
17
17
18
Build commands:
18
19
------
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ add_definitions(-DXRCORE_EXPORTS)
22
22
add_library (${PROJECT_NAME} SHARED ${${PROJECT_NAME}__SOURCES} ${${PROJECT_NAME}__INCLUDES} )
23
23
24
24
set_target_properties (${PROJECT_NAME} PROPERTIES PREFIX "" )
25
- #Заглушки, пока не починю find_package
25
+ #this is a temporary solution until find_package will not be fixed
26
26
set (CRYPTO_LIBRARY crypto++ )
27
27
set (PUGIXML_LIBRARY pugixml )
28
28
set (TBB_LIBRARIES tbb tbbmalloc_proxy tbbmalloc )
You can’t perform that action at this time.
0 commit comments