2010/5/9 John Griessen <j...@industromatic.com> > I can't get the first instruction done on debian unstable... > > cd src > sh ./wrapper/build_smesh.sh > > CMake Error: The following variables are used in this project, but they are > set to NOTFOUND. > Please set them or make sure they are set and tested correctly in the CMake > files: > OCC_INCLUDE_PATH > > > From my environment: > > OCC_INC=/usr/include/opencascade > OCC_INCLUDE_PATH=/usr/include/opencascade > > contents of /usr/include/opencascade: > > are hundreds of files like WNT_SequenceNodeOfSequenceOfImage.hxx > > What next? > > John Griessen > > I can't believe it's already on debian install : it's something I committed a few days ago and which is still unter development.
In order to build/install SMESH on your machine, you can: cd contrib/src/SMESH cmake-gui . Then from the cmake GUI, change the value of OCC_INCLUDE_PATH so that it matches your /usr/include/opencascade path. Then generate the makefile and: make sudo make install This process is the same as 'sh ./wrapper/build_smesh.sh Thomas
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users