Author: smithrm Date: 2010-09-22 12:24:45 -0500 (Wed, 22 Sep 2010) New Revision: 4138 Modified: cgm/trunk/README.OCC Log: Added patch instructions to OCC section. Modified: cgm/trunk/README.OCC =================================================================== --- cgm/trunk/README.OCC 2010-09-22 17:19:32 UTC (rev 4137) +++ cgm/trunk/README.OCC 2010-09-22 17:24:45 UTC (rev 4138) @@ -18,12 +18,19 @@ Go to http://www.opencascade.org/getocc/download/loadocc/ and get desired source files. -Untar the files, then under OpenCASCADE6.3.0/ros directory, to -autoreconf -fi -./configure (Add --prefix=dir for your install directory) -make -make install +Untar the files. Change directory to OpenCASCADE6.3.0. +Patch OCC by doing: + patch -p0 <cgm_source>/geom/OCC/occ_patches + +This will update the OCC distribution. +Change directories to ros. Build OCC by doing: + + autoreconf -fi + ./configure (Add --prefix=dir for your install directory) + make + make install + ===================================== Dependencies =====================================
participants (1)
-
smithrm@mcs.anl.gov