DEADSOFTWARE

new -> BlackBox
[bbcp.git] / README
diff --git a/README b/README
index a53b1298356f147893550af7fb226706b4cfcb8b..5af69d54bd3132781938f50156752eb2d4ca83bd 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,41 @@
-old: old branch based on BlackBox.Linux.20050512.zip; will be removed later
-new: head branch, mostly based on Trurl work done in 2006
-ubuntu: copy of "new" branch for Ubuntu
+Ducumentation (Russian):
+
+       http://gitlab.molpit.com/oberon/blackbox-freenix/wikis/home
+
+Directories structure:
+
+       BlackBox/
+               universal development environment
+               synchronized with original BlackBox 1.6
+
+       examples/
+               some outdated examples
+
+               server/
+                       static web-server as the example of an application for Linux OS
+               console/
+                       simple console application
+               fpstest/
+                       loop test
+
+To build BlackBox:
+
+       cd BlackBox
+       ./switch-target `uname -s` GUI
+       ./build
+
+To run BlackBox (after build):
+
+       ./run-BlackBox
+
+To create BlackBox assembly (after build):
+
+       ./export <outputDirectory>
+
+Example: build, create assembly in /tmp, run BlackBox from assembly:
+       cd BlackBox
+       ./switch-target `uname -s` GUI
+       ./build
+       ./export /tmp/BlackBox-`uname -s`
+       cd /tmp/BlackBox-`uname -s`
+       ./run-BlackBox