DEADSOFTWARE

RadioButtons в HostCFrames и опечатки в Dialog
[bbcp.git] / README
1 Ducumentation (Russian):
3 http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home
5 Directories structure:
7 new/
8 universal development environment
9 synchronized with original BlackBox 1.6
11 examples/ (all axamples are not tested on `new` version yet)
12 server/
13 static web-server as the example of an application for Linux OS
14 console/
15 simple console application
16 fpstest/
17 loop test
19 To build BlackBox:
21 cd new
22 ./switch-target `uname -s` GUI
23 ./build
25 To run BlackBox (after build):
27 ./run-BlackBox
29 To create BlackBox assembly (after build):
31 ./export <outputDirectory>
33 Example: build, create assembly in /tmp, run BlackBox from assembly:
34 cd new
35 ./switch-target `uname -s` GUI
36 ./build
37 ./export /tmp/BlackBox-`uname -s`
38 cd /tmp/BlackBox-`uname -s`
39 ./run-BlackBox