Skip to content

Commit

Permalink
Fixes for mistakes found by @ruminations
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed May 26, 2015
1 parent fbf7385 commit 98b10b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ubuntu_14_04_OCE_PythonOCC_Setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OCEMAKEPATH="oce/build"
POCCMAKEPATH="pythonocc-core/cmake-build"

#Attempt to install all the pre-requisites
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
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

git clone --branch $OCETAG https://github.com/tpaviot/oce.git

Expand All @@ -29,6 +29,6 @@ git clone --branch $PYTHONOCCTAG https://github.com/tpaviot/pythonocc-core.git

mkdir $POCCMAKEPATH && cd $POCCMAKEPATH

#Guild the geom extension
#Build the geom extension
cmake -DOCE_INCLUDE_PATH=/usr/local/include/oce -DOCE_LIB_PATH=/usr/local/lib ..
make && make install
11 changes: 11 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Changes
=======


v0.16
-----
* Initial Version, version number sync'd to OCE and PythonOCC
* Changes to keep OCE and PythonOCC versions in sync
* Compiles both OCE and PythonOCC from source
* Removed duplicate swig from apt-get line (thanks @ruminations)
* Comment fix (thanks @ruminations)

0 comments on commit 98b10b6

Please sign in to comment.