All user shared data is under /home/shared
, also accessible on the command line as ~shared
, or from the desktop as CAVE Shared in your Places menu or your file window sidebar.
Development software is installed under:
/usr/local/opt/<software>[-<version>]
For example, you can find Vrui 2.3 under:
/usr/local/opt/Vrui-2.3-003
If you are a developer, (i.e. of group developers
; ask Braden bpellett@ucdavis.edu for access) you can install software in /usr/local/opt
. You can then run the command:
cave-devupdate
If your executables are located either in a bin
directory under your software directory, or directly under your software directory, then they will be made available to everyone (by being linked into /usr/local/bin
).
In order to allow multiple versions of software executables to coexist, by default all executables will be tagged with the software version, or the software's name if no version is supplied. To specify which version is the “current” version, and thus untagged, specify it in:
/usr/local/opt/current
and re-run:
cave-devupdate