1 BlackBox Component Builder for Windows, GNU/Linux, OpenBSD, FreeBSD
7 * Ubuntu 14.04, 16.04 LTS, 17.04 GNOME, 17.10, 18.04 LTS
8 * Debian 9.3, 9.4 Xfce/Mate/GNOME
10 * Red Hat Enterprise Linux Server 6.3
13 Download: http://blackbox.obertone.ru/download
15 Directories structure:
18 universal development environment for Component Pascal programing language
21 files for continuous integration system & technical notes for framework developers
24 append/ - append string to .odc file
25 encoder/ - encoding subsystems by StdCoder from the command line
26 server/ - static web-server
28 Installation of required packages in Ubuntu (should work also with other Debian-based OS):
32 sudo apt-get install libgtk2.0-0 gtk2-engines gtk2-engines-murrine libcanberra-gtk-module gnome-icon-theme-full
36 sudo dpkg --add-architecture i386
38 sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-icon-theme-full
40 Ubuntu 18.04 Bionic Beaver:
42 sudo dpkg --add-architecture i386
44 sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-themes-extra:i386
50 ./switch-target `uname -s` GUI
53 To run BlackBox (after build):
57 for Linux version also you can run
61 To create BlackBox assembly (after build):
63 ./export <outputDirectory>
65 To clean the BlackBox folder:
70 Example: build, create assembly and run BlackBox from assembly:
73 ./switch-target `uname -s` GUI
75 ./export ../`uname -s`_GUI
82 * Oberon microsystems AG
83 * BlackBox Framework Center
84 * Alexander V. Shiryaev