DEADSOFTWARE

export simplified, READMEs clarified
[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 cd new
28 ./run-BlackBox
30 To create BlackBox assembly (after build):
32 cd ./new
33 ./export <outputDirectory>
35 Example: build, create assembly in /tmp, run BlackBox from assembly:
36 cd new
37 ./switch-target `uname -s` GUI
38 ./build
39 ./export /tmp/BlackBox-`uname -s`
40 cd /tmp/BlackBox-`uname -s`
41 ./run-BlackBox