DEADSOFTWARE

дописал инструкцию по установке
[bbcp.git] / README
diff --git a/README b/README
index b1556d7d6b55ea7f89b540e6243301da97ee7c20..8bc9c167ad8d345311a0e61fa162e37e482e16b5 100644 (file)
--- a/README
+++ b/README
          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