diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-05-31 15:13:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-02 07:32:33 +0700 |
commit | f6d446db455c8feedd94b337900770496ef02c91 (patch) | |
tree | 0ab44eb82ebe5549be17d8184578efb71172018d /graphics/OpenCASCADE/README | |
parent | 6c6e8216d43cb5e0f4232dd99921049d71eb8fdc (diff) | |
download | slackbuilds-f6d446db455c8feedd94b337900770496ef02c91.tar.gz |
graphics/OpenCASCADE: Updated for version 7.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 9719c3cf62..3d45c027c1 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 |