diff options
Diffstat (limited to 'graphics/OpenCASCADE/README')
-rw-r--r-- | graphics/OpenCASCADE/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/OpenCASCADE/README b/graphics/OpenCASCADE/README index 3d45c027c1e0a..69878332b47ee 100644 --- a/graphics/OpenCASCADE/README +++ b/graphics/OpenCASCADE/README @@ -5,12 +5,11 @@ 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. -ffmpeg, FreeImage, tbb and gl2ps are optional dependencies. +FreeImage, tbb and gl2ps are optional dependencies. -* 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 For example: - FFMPEG=yes TBB=yes ./OpenCASCADE.SlackBuild + TBB=yes ./OpenCASCADE.SlackBuild |