OCC-CGM
Instructions for building Open.CASCADE 6.6 on a Ubuntu 12.04 machine
- Download from OpenCASCADE660.tgz
- Extract to a build area
- Patch the sources appropriately
- Configure and build the sources
- Install the sources
Configuring OCC with CGM
CGM13.1 is also compatible with occ6.6.0 and you have to patch occ6.6.0 with occ_patches_6.6.0; This version’s build does not need ftgl.
A sample configure command can be:
./configure --prefix=$HOME/occ660/build --enable-shared --with-occ=<path/to/OpenCASCADE6.6.0/install>