summaryrefslogtreecommitdiffstats
path: root/graphics/brlcad/README.SLACKWARE
blob: bc1b680c96b6b4a4ebb366eddef7e09e63891b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
README.SLACKWARE
================

Some post-installation tips:

1) PATH environment variable

As the binaries of BRL-CAD are installed in /opt/brlcad/bin, you will need to
log out & log in after installing the package, as the script that sets the
PATH variable (/etc/profile.d/brlcad.{c,}sh) is only started when logging in.

2) man pages

To read the brlcad man-pages, use "brlman <subject>" from the command line.
This was necessary, as some of BRL-CAD's man-pages conflict with standard man-
pages. Example: "man kill" explains how to kill a process, while "brlman kill"
explains how to remove an object from a model.