DEADSOFTWARE

center issue #194, Meta.PutParam and Kernel.Call for open arrays are mismatched
[bbcp.git] / BlackBox / README
1 # To build BlackBox (for current operating system):
2 # ./switch-target `uname -s` GUI
3 # ./build
4 #
5 # To run BlackBox (after build):
6 # ./run-BlackBox
7 #
8 # To export BlackBox (after build):
9 # ./export <outputDir>
10 #
11 # To clean up:
12 # ./clean
13 # ./switch-target none
14 #
16 # Build and run BlackBox:
17 echo "Please wait..."
18 ./switch-target `uname -s` GUI
19 ./build
20 ./run-BlackBox