Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On the CNF conversion computers, the current version of GenISys LayoutLAB can be invoked with any of the following commands (don't type in the dollar sign, that is the command prompt):

Code Block
languagebash
# On Minx, one of:
$ TRACER
$ TRACER.sh
 
# On Korat:
$ tracer

Documentation:

Material Archive:

...

Code Block
languagebash
$ mkdir ~/MaterialArchive
 
# On Minx:
$ rsync -av /usr/local/TRACER/bin/MaterialArchive/ ~/MaterialArchive/
 
# On Korat:
 
# Determine the TRACER version number with:
$ ls -l /opt/local/TRACER
 
# Substitute in the version number for <version_number>
$ rsync -av /opt/local/TRACER/<version_number>/bin/MaterialArchive/ ~/MaterialArchive/
 

Manual and Videos: