Versions Compared

Key

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

...

Code Block
Download the git repository with:
git clone https://github.com/WillMerges/GSW-2021

Building:

Code Block
If installing for

Run the following script (only the first time):
. install

To pull subsequent updates use:
git pull

Building:

Code Block
To build:
. setenv
make all

To remove all build files:
make clean

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

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

...