mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
oce build instructions
This commit is contained in:
parent
2cc244d340
commit
467389ad7e
1 changed files with 7 additions and 0 deletions
7
oce-build.txt
Normal file
7
oce-build.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
cd build_oce/
|
||||
cmake -D OCE_VISUALISATION:BOOLEAN=FALSE -D OCE_DISABLE_X11:BOOLEAN=TRUE -D OCE_USE_PCH:BOOLEAN=TRUE ../oce
|
||||
make -j 4
|
||||
|
||||
export DESTDIR=/home/xibyte/git/build_oce/out && make -j4 install
|
||||
|
||||
export LD_LIBRARY_PATH=/home/xibyte/git/build_oce/out/usr/local/lib/
|
||||
Loading…
Reference in a new issue