diff options
Diffstat (limited to 'graphics/OpenCASCADE/README')
-rw-r--r-- | graphics/OpenCASCADE/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/graphics/OpenCASCADE/README b/graphics/OpenCASCADE/README index 9719c3cf62b64..3d45c027c1e0a 100644 --- a/graphics/OpenCASCADE/README +++ b/graphics/OpenCASCADE/README @@ -5,9 +5,12 @@ visualization, data exchange and rapid application development. NOTE: This package needs about 2.5GB of space to build, so adapt your OUTPUT / TMP variables if necessary. -If you want the complete documentation installed with this (and add about -600MB to the package), start the script with: +ffmpeg, FreeImage, tbb and gl2ps are optional dependencies. - INSTALL_FULL_DOCS=yes ./OpenCASCADE.SlackBuild +* To build with ffmpeg support, use the option FFMPEG=yes +* To build with FreeImage support, use the option FREEIMAGE=yes +* To build with tbb support, use the option TBB=yes +* To build with gl2ps support, use the option GL2PS=yes -FreeImage, tbb and gl2ps are optional dependencies. +For example: + FFMPEG=yes TBB=yes ./OpenCASCADE.SlackBuild |