-
-
Notifications
You must be signed in to change notification settings - Fork 78
Home
Etienne edited this page Jan 15, 2015
·
25 revisions
Welcome to the node-occ wiki!
compile on windows:
-
download and install CMAKE http://www.cmake.org/download/
cd c:
git clone https://github.com/tpaviot/oce.git cd oce git checkout 0.13 cd .. mkdir oce_build c:\tools\cmake\bin\cmake -D OCE_INSTALL_PREFIX:STRING='C:/OCE-13' -D OCE_DRAW:BOOLEAN=FALSE -D OCE_OCAF:BOOLEAN=FALSE -D OCE_VISUALISATION:BOOLEAN=FALSE -D OCE_DISABLE_X11:BOOLEAN=TRUE -D OCE_USE_PCH:BOOLEAN=TRUE ../oce msbuild oce.sln msbuild oce.sln /p:Configuration=Releaseset VisualStudioVersion=11.0 msbuild INSTALL.vcxproj /p:Configuration=Release