Skip to content

Commit d313674

Browse files
committed
The OCE files end up in /usr/local when it's built from source
Fixed this to point to the right place after switching away from the OCE repo.
1 parent 97420b4 commit d313674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Ubuntu_14_04_OCE_PythonOCC_Setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ git clone --branch $PYTHONOCCTAG https://github.com/tpaviot/pythonocc-core.git
3030
mkdir $POCCMAKEPATH && cd $POCCMAKEPATH
3131

3232
#Guild the geom extension
33-
cmake -DOCE_INCLUDE_PATH=/usr/include/oce -DOCE_LIB_PATH=/usr/lib ..
33+
cmake -DOCE_INCLUDE_PATH=/usr/local/include/oce -DOCE_LIB_PATH=/usr/local/lib ..
3434
make && make install

0 commit comments

Comments
 (0)