Versions Compared

Key

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

BEFORE you start to build and the software:

...

How to build the software

## Go to the software rogue submodule:

$ cd atlas-chess2/software/rogue/

## Source the setup script:

$ source setup_template.csh

Info
titleSetup Scripts

This setup_template.csh is an example of all the software dependencies required to build the software.

## Build the Rogue software engine:

$ make

## After building the Rogue software engine, go to the software base directory:

$ cd atlas-chess2/software/rogue/

## Source the setup script:

$ source setup_template.csh

Info
titleSetup Scripts

This setup_template.csh is an example of all the software dependencies required to build the software.

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

 

## Build the Rogue software engine: