Arn0 c2e1efd359 graphics/brlcad: Updated for version 7.32.6. 2 years ago
..
profile.d ef3f670978 graphics/brlcad: Updated for version 7.16.8. 14 years ago
README 0ec824ab76 graphics/brlcad: Wrap README at 72 columns. 2 years ago
README.SLACKWARE 4d56ca1df4 graphics/brlcad: Updated for version 7.26.4 + new maintainer. 6 years ago
brlcad-skip-gstep.patch c2e1efd359 graphics/brlcad: Updated for version 7.32.6. 1 year ago
brlcad.SlackBuild c2e1efd359 graphics/brlcad: Updated for version 7.32.6. 1 year ago
brlcad.info c2e1efd359 graphics/brlcad: Updated for version 7.32.6. 1 year ago
brlcad.png 4d56ca1df4 graphics/brlcad: Updated for version 7.26.4 + new maintainer. 6 years ago
brlcad_archer.desktop 8d4a89e032 graphics/brlcad: Updated for version 7.32.4. 2 years ago
brlcad_mged.desktop 8d4a89e032 graphics/brlcad: Updated for version 7.32.4. 2 years ago
doinst.sh 4c4f1d3b8f graphics/brlcad: Updated for version 7.24.2 + new maintainer. 9 years ago
fix-step-g-segfault.diff 8d4a89e032 graphics/brlcad: Updated for version 7.32.4. 2 years ago
slack-desc 180d2eac96 graphics/brlcad: Fix slack-desc. 7 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: 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.

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