Building theater layout tool
From CSP
[edit]
Building CSP
To use the theater layout tool you must be able to compile the simulator. Instructions to build it is here: Building from source
[edit]
Building theater layout tool
To be able to use this tool you must have installed:
- wxPython (http://www.wxpython.org/)
Change your current directory to the "csp" folder. Once in the "csp" folder, execute the following command:
scons layout
This will build the tool. To clean up the build you can use:
scons -c layout
For more information on how to use this tool goto Using theater layout tool.

