File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ OCEMAKEPATH="oce/build"
8
8
POCCMAKEPATH=" pythonocc-core/cmake-build"
9
9
10
10
# 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
12
12
13
13
git clone --branch $OCETAG https://github.com/tpaviot/oce.git
14
14
@@ -29,6 +29,6 @@ git clone --branch $PYTHONOCCTAG https://github.com/tpaviot/pythonocc-core.git
29
29
30
30
mkdir $POCCMAKEPATH && cd $POCCMAKEPATH
31
31
32
- # Guild the geom extension
32
+ # Build the geom extension
33
33
cmake -DOCE_INCLUDE_PATH=/usr/local/include/oce -DOCE_LIB_PATH=/usr/local/lib ..
34
34
make && 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