You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Yth - Arnaud f49f3eb947 graphics/brlcad: Changes in build options and REQUIRES. 7 years ago
..
profile.d graphics/brlcad: Updated for version 7.16.8. 16 years ago
README graphics/brlcad: Changes in build options and REQUIRES. 7 years ago
README.SLACKWARE graphics/brlcad: Updated for version 7.26.4 + new maintainer. 8 years ago
brlcad.SlackBuild graphics/brlcad: Changes in build options and REQUIRES. 7 years ago
brlcad.info graphics/brlcad: Changes in build options and REQUIRES. 7 years ago
brlcad.png graphics/brlcad: Updated for version 7.26.4 + new maintainer. 8 years ago
brlcad_archer.desktop graphics/brlcad: Updated for version 7.24.2 + new maintainer. 11 years ago
brlcad_mged.desktop graphics/brlcad: Updated for version 7.18.2. 15 years ago
doinst.sh graphics/brlcad: Updated for version 7.24.2 + new maintainer. 11 years ago
slack-desc graphics/brlcad: Fix slack-desc. 9 years ago

README

BRL-CAD is a powerful cross-platform open source solid modeling system that
includes interactive geometry editing, high-performance ray-tracing for
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
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.

Also there are a few options (usage : OPTION=ON/OFF sh ./brlcad.SlackBuild)
* BRLCAD_ENABLE_RUNTIME_DEBUG=ON
Enables support for application and library debugging facilities.
Disabling the run-time debugging facilities can provide a significant
(10%-30%) performance boost at the expense of extensive error
checking (that in turn help prevent corruption of your data).
Default is "ON", and should only be disabled for read-only render
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.

* BRLCAD_ENABLE_OSG=OFF
Uses OpenSceneGraph based optional features.
Requires that the OpenSceneGraph package is installed.
Default value is OFF, BRL-CAD does not autodetect OSG presence.

* BRLCAD_ENABLE_RTGL=OFF
Enable experimental RTGL code.
Default value is OFF, it is experimental.