DEADSOFTWARE

OpenBSD libc 90.0
[bbcp.git] / README.md
1 BlackBox Component Builder for Windows, GNU/Linux, OpenBSD, FreeBSD
3 Tested on:
4 * Windows XP, 7, 10
5 * OpenBSD 6.0
6 * Fedora Core 17
7 * Ubuntu 14.04, 16.04 LTS
8 * Ubuntu GNOME 17.04
9 * Arch Linux 4.9.6
10 * Debian Mate
11 * Red Hat Enterprise Linux Server 6.3
12 * FreeBSD 11.0
14 Download: http://blackbox.obertone.ru/download
16 Directories structure:
18 BlackBox/
19 universal development environment for Component Pascal programing language
21 dev/
22 files for continuous integration system & technical notes for framework developers
24 examples/
25 append/ - append string to .odc file
26 encoder/ - encoding subsystems by StdCoder from the command line
27 server/ - static web-server
29 Installation of required packages in Ubuntu (should work also with other Debian-based OS):
31 32-bit version:
33 sudo apt-get install libgtk2.0-0 gtk2-engines gtk2-engines-murrine libcanberra-gtk-module
34 sudo apt-get install libgnomeui-0 gnome-icon-theme-full
36 64-bit version:
38 sudo dpkg --add-architecture i386
39 sudo apt-get update
40 sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386
41 sudo apt-get install libgnomeui-0:i386 gnome-icon-theme-full
43 To build BlackBox:
45 cd BlackBox
46 ./switch-target `uname -s` GUI
47 ./build
49 To run BlackBox (after build):
51 ./run-BlackBox
53 for Linux version also you can run
55 ./blackbox
57 To create BlackBox assembly (after build):
59 ./export <outputDirectory>
61 To clean the BlackBox folder:
63 ./switch-target none
64 ./clean
66 Example: build, create assembly and run BlackBox from assembly:
68 cd BlackBox
69 ./switch-target `uname -s` GUI
70 ./build
71 ./export ../`uname -s`_GUI
72 ./switch-target none
73 ./clean
74 cd ../`uname -s`_GUI
75 ./run-BlackBox
77 Authors:
78 * Oberon microsystems AG
79 * BlackBox Framework Center
80 * Alexander V. Shiryaev
81 * Igor A. Dehtyarenko
82 * Ivan A. Denisov