Skip to content

Commit 98b10b6

Browse files
committed
Fixes for mistakes found by @ruminations
1 parent fbf7385 commit 98b10b6

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Ubuntu_14_04_OCE_PythonOCC_Setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OCEMAKEPATH="oce/build"
88
POCCMAKEPATH="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

1313
git 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

3030
mkdir $POCCMAKEPATH && cd $POCCMAKEPATH
3131

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

changes.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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)

0 commit comments

Comments
 (0)