X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=README;h=2113054af75962259b2dedc48aa87351df4decde;hb=a82c01edbf003e04902a87c98cc07f05046b4d78;hp=066db262db189ee0d44605d8fb5f483f2a5f2efe;hpb=5570ad2ff2026047db9e997fde78fe2d2ecf8369;p=bbcp.git diff --git a/README b/README index 066db26..2113054 100644 --- a/README +++ b/README @@ -1,7 +1,46 @@ -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 + console/ + simple console application + fpstest/ + loop test + server/ + static web-server as the example of an application for Linux OS + +To build BlackBox: + + if you have 64-bit version of Ubuntu, do this: + sudo apt-get install libc6-dev-i386 + sudo apt-get install libgtk2.0-0:i386 + + 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