1 BlackBox Component Builder for Windows, GNU/Linux, OpenBSD, FreeBSD
7 * Ubuntu 14.04, 16.04 LTS, 17.10, 18.04 LTS
10 * Debian 9.3, 9.4 Xfce/Mate/GNOME
11 * Red Hat Enterprise Linux Server 6.3
14 Download: http://blackbox.obertone.ru/download
16 Directories structure:
19 universal development environment for Component Pascal programing language
22 files for continuous integration system & technical notes for framework developers
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):
33 sudo apt-get install libgtk2.0-0 gtk2-engines gtk2-engines-murrine libcanberra-gtk-module gnome-icon-theme-full
37 sudo dpkg --add-architecture i386
39 sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-icon-theme-full
41 Ubuntu 18.04 Bionic Beaver:
43 sudo dpkg --add-architecture i386
45 sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-themes-extra:i386
51 ./switch-target `uname -s` GUI
54 To run BlackBox (after build):
58 for Linux version also you can run
62 To create BlackBox assembly (after build):
64 ./export <outputDirectory>
66 To clean the BlackBox folder:
71 Example: build, create assembly and run BlackBox from assembly:
74 ./switch-target `uname -s` GUI
76 ./export ../`uname -s`_GUI
83 * Oberon microsystems AG
84 * BlackBox Framework Center
85 * Alexander V. Shiryaev