mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
cosmeticoce build instructions
This commit is contained in:
parent
0d08ed3b16
commit
776c4b833b
1 changed files with 15 additions and 0 deletions
|
|
@ -5,3 +5,18 @@ 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/
|
||||
|
||||
official/6.7.0
|
||||
|
||||
1071 sudo apt-get install g++
|
||||
1073 sudo apt-get install tcl
|
||||
1074 sudo apt-get install tclsudo
|
||||
1075 sudo apt-get install cmake cmake-curses-gui g++ build-essential
|
||||
1078 sudo apt-get install tcl-dev
|
||||
1084 sudo apt-get install automake
|
||||
1090 sudo apt-get install libtool
|
||||
|
||||
1085 ./build_configure
|
||||
1092 ./configure
|
||||
1093 make
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue