Browse Source

дописал инструкцию по установке

Ivan Denisov 11 năm trước cách đây
mục cha
commit
80b30d2010
2 tập tin đã thay đổi với 38 bổ sung0 xóa
  1. 5 0
      .gitignore
  2. 33 0
      README

+ 5 - 0
.gitignore

@@ -2,3 +2,8 @@
 *.ocf
 *.osf
 Linux_GUI
+Linux_Interp
+OpenBSD_GUI
+OpenBSD_Interp
+FreeBSD_GUI
+FreeBSD_Interp

+ 33 - 0
README

@@ -16,3 +16,36 @@
          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