Versions Compared

Key

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

...

Info
titleSetup Scripts

This setup_template.csh is an example of all the software dependencies required to build the software and what environments variables need to be setup.

## Build the Rogue software engine:

...

Info
titleSetup Scripts

This setup_template.csh is an example of all the software dependencies required to build the software and what environments variables need to be setup.

However if you make a custom setup script, make sure to include the python directory paths:

# Python Package directories

setenv FEB_DIR    ${PWD}/../firmware/common/AtlasChess2Feb

setenv SURF_DIR   ${PWD}/../firmware/submodules/surf

setenv ROGUE_DIR ${PWD}/rogue

...