DEADSOFTWARE

дописал инструкцию по установке
[bbcp.git] / README
diff --git a/README b/README
index d8b370e73c6e8f798dd981754e2e4ec4fd88de14..8bc9c167ad8d345311a0e61fa162e37e482e16b5 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,51 @@
-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
-ubuntu: copy of "new" branch (1.6-rc6) for Ubuntu
+** Ducumentation (Russian): **
+
+   http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home
+
+
+** Folders structure: **
+
+./new/
+    universal development environment
+    synchronized with original BlackBox 1.6
+
+./examples/     (all axamples are not tested on `new` version yet)
+    /server/
+         static web-server as the example of an application for Linux OS
+    /console/
+         simple console application
+    /fpstest/
+         loop test
+         
+** Installation **
+
+1. For creating links in development directory run:
+
+    cd ./new
+    ./README
+
+   To start:
+
+    ./run-BlackBox
+
+2. For creating assembly for target OS in development directory run:
+
+    cd ./new
+    ./export (Linux|OpenBSD|FreeBSD) (GUI|)
+
+   Example for Linux:
+
+    ./export Linux GUI
+    
+   Then:
+
+    cd ../Linux_GUI
+    ./build
+
+   To start with .so loader:
+
+    ./run-BlackBox
+
+   To start with .ELF loader
+    
+    ./run-BlackBox-2