X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=README;h=28b4fb3e8b9d95613eadfa9b3a9bd431b84a5e3f;hb=2206dd377c7c5b60e7e7340c2ab5c6beebe76523;hp=e510349b822c2d29fb09a449867e7a3c6b27b174;hpb=db5aa9d8bd2b8ed72a2b35668733134aa9223f49;p=bbcp.git diff --git a/README b/README index e510349..28b4fb3 100644 --- a/README +++ b/README @@ -1,18 +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 - synchronized with original BlackBox 1.6 - -ubuntu: copy of "new" branch for Ubuntu, synchronized with bb16base-core.7z - these files differ between bb16base-core.7z and original BlackBox 1.6: - Dev/Mod/Commanders.odc - Dev/Mod/Compiler.odc - Dev/Mod/Debug.odc - Dev/Mod/Packer.odc - Sql/Mod/DB.odc - Sql/Mod/Odbc3.odc - Std/Mod/Folds.odc - Std/Mod/Links.odc - Std/Mod/Stamps.odc - System/Mod/Windows.odc - maintainer of this branch is Ivan Denisov +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