File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ OCEMAKEPATH="oce/build"
88POCCMAKEPATH=" pythonocc-core/cmake-build"
99
1010# Attempt to install all the pre-requisites
11- apt-get install -fy git cmake libx11-dev mesa-common-dev freeglut3-dev libfreetype6-dev libc6-dev libstdc++6 libstdc++-4.8-dev build-essential gcc g++ libftgl-dev xorg-dev tcl-dev tk-dev python-dev swig python-wxgtk2.8 python-qt4 python-qt4-gl python-pyside swig python-sympy
11+ apt-get install -fy git cmake libx11-dev mesa-common-dev freeglut3-dev libfreetype6-dev libc6-dev libstdc++6 libstdc++-4.8-dev build-essential gcc g++ libftgl-dev xorg-dev tcl-dev tk-dev python-dev swig python-wxgtk2.8 python-qt4 python-qt4-gl python-pyside python-sympy
1212
1313git clone --branch $OCETAG https://github.com/tpaviot/oce.git
1414
@@ -29,6 +29,6 @@ git clone --branch $PYTHONOCCTAG https://github.com/tpaviot/pythonocc-core.git
2929
3030mkdir $POCCMAKEPATH && cd $POCCMAKEPATH
3131
32- # Guild the geom extension
32+ # Build the geom extension
3333cmake -DOCE_INCLUDE_PATH=/usr/local/include/oce -DOCE_LIB_PATH=/usr/local/lib ..
3434make && make install
Original file line number Diff line number Diff line change 1+ Changes
2+ =======
3+
4+
5+ v0.16
6+ -----
7+ * Initial Version, version number sync'd to OCE and PythonOCC
8+ * Changes to keep OCE and PythonOCC versions in sync
9+ * Compiles both OCE and PythonOCC from source
10+ * Removed duplicate swig from apt-get line (thanks @ruminations)
11+ * Comment fix (thanks @ruminations)
You can’t perform that action at this time.
0 commit comments