X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=README;h=c051ce21881327e29213630030f22a1cf9e089af;hb=ed11833dc0698bc83d5b10f3618c1c57905a3f8c;hp=b1556d7d6b55ea7f89b540e6243301da97ee7c20;hpb=72c23fa209497ee3652d99e92ea7408760bdd9d2;p=bbcp.git diff --git a/README b/README index b1556d7..c051ce2 100644 --- a/README +++ b/README @@ -1,18 +1,42 @@ -** Ducumentation (Russian): ** +Ducumentation (Russian): - http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home + http://gitlab.molpit.com/oberon/blackbox-freenix/wikis/home +Directories structure: -** Folders structure: ** + BlackBox/ + universal development environment + synchronized with original BlackBox 1.6 -./new/ - universal development environment - synchronized with original BlackBox 1.6 + examples/ + some outdated examples + console/ + simple console application + fpstest/ + loop test + server/ + static web-server as the example of an application for Linux OS -./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 BlackBox + ./switch-target `uname -s` GUI + ./build + +To run BlackBox (after build): + + ./run-BlackBox + or + ./run-BlackBox-2 + +To create BlackBox assembly (after build): + + ./export + +Example: build, create assembly in /tmp, run BlackBox from assembly: + cd BlackBox + ./switch-target `uname -s` GUI + ./build + ./export /tmp/BlackBox-`uname -s` + cd /tmp/BlackBox-`uname -s` + ./run-BlackBox