X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=README;h=5af69d54bd3132781938f50156752eb2d4ca83bd;hb=9a2b37ab5fec7ceee3e62651c14ef85e5d86542f;hp=066db262db189ee0d44605d8fb5f483f2a5f2efe;hpb=5570ad2ff2026047db9e997fde78fe2d2ecf8369;p=bbcp.git diff --git a/README b/README index 066db26..5af69d5 100644 --- a/README +++ b/README @@ -1,7 +1,41 @@ -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/oberon/blackbox-freenix/wikis/home -ubuntu: old (1.6-rc6) copy of "new" branch for Ubuntu - maintainer of this branch is Ivan Denisov +Directories structure: + + BlackBox/ + universal development environment + synchronized with original BlackBox 1.6 + + examples/ + some outdated examples + + 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 + +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