summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72c23fa)
raw | patch | inline | side by side (parent: 72c23fa)
author | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Fri, 14 Feb 2014 09:09:13 +0000 (17:09 +0800) | ||
committer | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Fri, 14 Feb 2014 09:09:13 +0000 (17:09 +0800) |
.gitignore | patch | blob | history | |
README | patch | blob | history |
diff --git a/.gitignore b/.gitignore
index 61e1cb9dbe081ff28d97bad7f4492750efa14912..52d6ffbf353d40af3119132988147e360020ac09 100644 (file)
--- a/.gitignore
+++ b/.gitignore
*.ocf
*.osf
Linux_GUI
+Linux_Interp
+OpenBSD_GUI
+OpenBSD_Interp
+FreeBSD_GUI
+FreeBSD_Interp
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