From: Ivan Denisov Date: Fri, 14 Feb 2014 09:09:13 +0000 (+0800) Subject: дописал инструкцию по установке X-Git-Url: http://deadsoftware.ru/gitweb?p=bbcp.git;a=commitdiff_plain;h=80b30d2010c7bbb86db29575493a01cbac1c6fb4 дописал инструкцию по установке --- diff --git a/.gitignore b/.gitignore index 61e1cb9..52d6ffb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 b1556d7..8bc9c16 100644 --- a/README +++ b/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