Versions Compared

Key

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

...

Note: the URL for the git repository will change once it's migrated to the launch GitHub account (currently having permissions issues).

Building/Running:

Before building or running, set environment variables:

Code Block
To build:
. setenv

Build all GSW software:

Code Block
make all

To remove all build files:

Remove all build files:

Code Block
make clean

To start the GSW system (replace 'current' with a different directory for a different startup sequence):

...

Code Block
./startup/current/start_gsw

To stop the GSW system (replace 'current' with a different directory for a different startup sequence):

...

Code Block
./startup/current/shutdown_gsw

...