Building theater layout tool

From CSP

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

Building theater layout tool

To be able to use this tool you must have installed:

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.