DEADSOFTWARE

дописал инструкцию по установке
[bbcp.git] / README
1 ** Ducumentation (Russian): **
3 http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home
6 ** Folders structure: **
8 ./new/
9 universal development environment
10 synchronized with original BlackBox 1.6
12 ./examples/ (all axamples are not tested on `new` version yet)
13 /server/
14 static web-server as the example of an application for Linux OS
15 /console/
16 simple console application
17 /fpstest/
18 loop test
20 ** Installation **
22 1. For creating links in development directory run:
24 cd ./new
25 ./README
27 To start:
29 ./run-BlackBox
31 2. For creating assembly for target OS in development directory run:
33 cd ./new
34 ./export (Linux|OpenBSD|FreeBSD) (GUI|)
36 Example for Linux:
38 ./export Linux GUI
40 Then:
42 cd ../Linux_GUI
43 ./build
45 To start with .so loader:
47 ./run-BlackBox
49 To start with .ELF loader
51 ./run-BlackBox-2