DEADSOFTWARE

дописал инструкцию по установке
authorIvan Denisov <d.ivan.krsk@gmail.com>
Fri, 14 Feb 2014 09:09:13 +0000 (17:09 +0800)
committerIvan Denisov <d.ivan.krsk@gmail.com>
Fri, 14 Feb 2014 09:09:13 +0000 (17:09 +0800)
.gitignore
README

index 61e1cb9dbe081ff28d97bad7f4492750efa14912..52d6ffbf353d40af3119132988147e360020ac09 100644 (file)
@@ -2,3 +2,8 @@
 *.ocf
 *.osf
 Linux_GUI
+Linux_Interp
+OpenBSD_GUI
+OpenBSD_Interp
+FreeBSD_GUI
+FreeBSD_Interp
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