DEADSOFTWARE

GUI latency reduced
[bbcp.git] / new / README
index 470917b55c402ef241d1c50dddee6ecd6a5be3bc..f589760382e5f71fe8c1a31e6287b43a5560688e 100644 (file)
@@ -1,10 +1,20 @@
-# For prepare BlackBox for the target OS run:
-# ./README
+# To build BlackBox (for current operating system):
+#      ./switch-target `uname -s` GUI
+#      ./build
+#
+# To run BlackBox (after build):
+#      ./run-BlackBox
+#
+# To export BlackBox (after build):
+#      ./export <outputDir>
+#
+# To clean up:
+#      ./clean
+#      ./switch-target none
+#
 
+# Build and run BlackBox:
 echo "Please wait..."
 ./switch-target `uname -s` GUI
 ./build
 ./run-BlackBox
-
-# For clearing the folders before commit run
-# ./switch-target none