X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=README;h=28b4fb3e8b9d95613eadfa9b3a9bd431b84a5e3f;hb=953588ad51c8db24b6cb20bcc88a920e8f5734bc;hp=066db262db189ee0d44605d8fb5f483f2a5f2efe;hpb=5570ad2ff2026047db9e997fde78fe2d2ecf8369;p=bbcp.git diff --git a/README b/README index 066db26..28b4fb3 100644 --- a/README +++ b/README @@ -1,7 +1,39 @@ -old: old branch based on BlackBox.Linux.20050512.zip; will be removed later +Ducumentation (Russian): -new: head branch, mostly based on Trurl work done in 2006 - synchronized with original BlackBox-1.6 + http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home -ubuntu: old (1.6-rc6) copy of "new" branch for Ubuntu - maintainer of this branch is Ivan Denisov +Directories structure: + + 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 + +To build BlackBox: + + cd new + ./switch-target `uname -s` GUI + ./build + +To run BlackBox (after build): + + ./run-BlackBox + +To create BlackBox assembly (after build): + + ./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