X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=README;h=28b4fb3e8b9d95613eadfa9b3a9bd431b84a5e3f;hb=953588ad51c8db24b6cb20bcc88a920e8f5734bc;hp=a53b1298356f147893550af7fb226706b4cfcb8b;hpb=9f78da6a93eb4d8bef5c79eadcc6a8aa05a83956;p=bbcp.git diff --git a/README b/README index a53b129..28b4fb3 100644 --- a/README +++ b/README @@ -1,3 +1,39 @@ -old: old branch based on BlackBox.Linux.20050512.zip; will be removed later -new: head branch, mostly based on Trurl work done in 2006 -ubuntu: copy of "new" branch for Ubuntu +Ducumentation (Russian): + + http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home + +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