X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=README;h=df987b3949463bf5ca9f2be1f9b47119bbbc9225;hb=ada4d8d390a0076659ff4ad9f50079c5511918f0;hp=b1556d7d6b55ea7f89b540e6243301da97ee7c20;hpb=72c23fa209497ee3652d99e92ea7408760bdd9d2;p=bbcp.git diff --git a/README b/README index b1556d7..df987b3 100644 --- a/README +++ b/README @@ -1,18 +1,41 @@ -** Ducumentation (Russian): ** +Ducumentation (Russian): - http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home + http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home +Directories structure: -** Folders structure: ** + new/ + universal development environment + synchronized with original BlackBox 1.6 -./new/ - universal development environment - synchronized with original BlackBox 1.6 + examples/ (all axamples are not tested on `new` version yet) + server/ + static web-server as the example of an application for Linux OS + console/ + simple console application + fpstest/ + loop test -./examples/ (all axamples are not tested on `new` version yet) - /server/ - static web-server as the example of an application for Linux OS - /console/ - simple console application - /fpstest/ - loop test +To build BlackBox: + + cd new + ./switch-target `uname -s` GUI + ./build + +To run BlackBox (after build): + + cd new + ./run-BlackBox + +To create BlackBox assembly (after build): + + cd ./new + ./export + +Example: build, create assembly in /tmp, run BlackBox from assembly: + cd new + ./switch-target `uname -s` GUI + ./build + ./export /tmp/BlackBox-`uname -s` + cd /tmp/BlackBox-`uname -s` + ./run-BlackBox