diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 21:00:43 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 21:00:43 -0500 |
commit | ea28d6c6453ec97bf58db3cd3516aa4fd64f4445 (patch) | |
tree | a20856c0db351deaf0e94f1cea8980bb073a4caa /graphics | |
parent | 33791ee484c3b1f33c7a3a907b5d519db0a68afb (diff) |
graphics/brlcad: Fixed dep info
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/brlcad/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/brlcad/README b/graphics/brlcad/README index 25e5c18639f6..edfc4f570c75 100644 --- a/graphics/brlcad/README +++ b/graphics/brlcad/README @@ -4,7 +4,7 @@ rendering and geometric analysis, image and signal-processing tools, a system performance analysis benchmark suite, libraries for robust geometric representation, with more than 20 years of active development. -Optional dependencies : lz4, astyle, re2c, proj, gdal +Optional dependencies : astyle, proj, gdal BRL-CAD will use them if available, if not it will use bundled versions. gdal is used by BRL-CAD but it does not detect the SBo version and always uses bundled one. @@ -20,9 +20,8 @@ work where performance is critical. ! Warning ! None of the options below seems to actually complete the build * BRLCAD_ENABLE_QT=OFF -Uses qt5 instead of TCL/Tk. -Requires that the qt5 package is installed. -Default value is OFF, BRL-CAD does not autodetect qt5 presence. +Uses qt instead of TCL/Tk. +Default value is OFF, BRL-CAD does not autodetect qt presence. * BRLCAD_ENABLE_OSG=OFF Uses OpenSceneGraph based optional features. |