diff options
-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. |