README 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. BRL-CAD is a powerful cross-platform open source solid modeling
  2. system that includes interactive geometry editing, high-performance
  3. ray-tracing for rendering and geometric analysis, image and
  4. signal-processing tools, a system performance analysis benchmark
  5. suite, libraries for robust geometric representation, with more than
  6. 20 years of active development.
  7. Optional dependencies: astyle, proj, gdal. BRL-CAD will use them
  8. if available; if not it will use bundled versions. gdal is used by
  9. BRL-CAD but it does not detect the SBo version and always uses bundled
  10. one.
  11. Also there are a few options. Usage:
  12. OPTION=ON/OFF sh ./brlcad.SlackBuild
  13. * BRLCAD_ENABLE_RUNTIME_DEBUG=ON
  14. Enables support for application and library debugging facilities.
  15. Disabling the run-time debugging facilities can provide a significant
  16. (10%-30%) performance boost at the expense of extensive error
  17. checking (that in turn help prevent corruption of your data).
  18. Default is "ON", and should only be disabled for read-only render
  19. work where performance is critical.
  20. WARNING: None of the options below seems to actually complete the build
  21. * BRLCAD_ENABLE_QT=OFF
  22. Uses qt instead of TCL/Tk.
  23. Default value is OFF, BRL-CAD does not autodetect qt presence.
  24. * BRLCAD_ENABLE_OSG=OFF
  25. Uses OpenSceneGraph based optional features.
  26. Requires that the OpenSceneGraph package is installed.
  27. Default value is OFF, BRL-CAD does not autodetect OSG presence.
  28. * BRLCAD_ENABLE_RTGL=OFF
  29. Enable experimental RTGL code.
  30. Default value is OFF, it is experimental.