README 680 B

1234567891011121314151617
  1. OpenCASCADE is a software development platform freely available in open
  2. source. It includes components for 3D surface and solid modelling,
  3. visualization, data exchange and rapid application development.
  4. NOTE: This package needs about 2.5GB of space to build, so adapt your
  5. OUTPUT / TMP variables if necessary.
  6. ffmpeg, FreeImage, tbb and gl2ps are optional dependencies.
  7. * To build with ffmpeg support, use the option FFMPEG=yes
  8. * To build with FreeImage support, use the option FREEIMAGE=yes
  9. * To build with tbb support, use the option TBB=yes
  10. * To build with gl2ps support, use the option GL2PS=yes
  11. For example:
  12. FFMPEG=yes TBB=yes ./OpenCASCADE.SlackBuild