Skip to content

How to run from command line

ivmartel edited this page May 4, 2011 · 2 revisions

CSnake can also be run from command line, without the GUI. The entry point is the csnConsole.py file in the src folder.

Running python csnConsole.py -h will produce the following output:

Usage: csnConsole.py contextFile [options]

Options:
  -h, --help        show this help message and exit
  -i, --install     install files to build folder
  -t, --thirdParty  configure third party projects
  -p, --project     configure project
  -c, --configure   configure all
  -b, --build       build all
  -a, --autoconfig  configure third party or project depending on the context instance

Back to the User Guide.

Clone this wiki locally