DEADSOFTWARE

Ubuntu (amd64) build and run dependencies added
[bbcp.git] / README
diff --git a/README b/README
index 124059e1e6ac2c95eb39be268f6c9429af046a8b..2113054af75962259b2dedc48aa87351df4decde 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,46 @@
-old: old branch based on BlackBox.Linux.20050512.zip; will be removed later
-new: head branch, mostly based on Trurl work done in 2006
-       synchronized with BlackBox-1.6, except Kernel
-ubuntu: copy of "new" branch (1.6-rc6) 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
+               console/
+                       simple console application
+               fpstest/
+                       loop test
+               server/
+                       static web-server as the example of an application for Linux OS
+
+To build BlackBox:
+
+       if you have 64-bit version of Ubuntu, do this:
+               sudo apt-get install libc6-dev-i386
+               sudo apt-get install libgtk2.0-0:i386
+
+       cd BlackBox
+       ./switch-target `uname -s` GUI
+       ./build
+
+To run BlackBox (after build):
+
+       ./run-BlackBox
+       or
+       ./run-BlackBox-2
+
+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