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/Cinnamon
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 programming language
20 platform-specific files
23 files for continuous integration system & technical notes for framework developers
26 append/ - append string to .odc file
27 encoder/ - encoding subsystems by StdCoder from the command line
28 server/ - static web-server
30 Prepare BlackBox from repository on Windows:
32 copy _Windows_, _Windows_GUI and __GUI content to the BlackBox directory
33 remove other directories starting with "_"
37 Installation of required packages in Debian-based systems:
41 sudo apt-get install libgtk2.0-0 gtk2-engines gtk2-engines-murrine libcanberra-gtk-module gnome-icon-theme-full
45 sudo dpkg --add-architecture i386
47 sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-icon-theme-full
49 Ubuntu 18.04 Bionic Beaver:
51 sudo dpkg --add-architecture i386
53 sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-themes-extra:i386
59 ./switch-target `uname -s` GUI
62 To run BlackBox (after build):
66 for Linux version also you can run
70 To create BlackBox assembly (after build):
72 ./export <outputDirectory>
74 To clean the BlackBox folder:
79 Example: build, create assembly and run BlackBox from assembly:
82 ./switch-target `uname -s` GUI
84 ./export ../`uname -s`_GUI
91 * Oberon microsystems AG
92 * BlackBox Framework Center
93 * Alexander V. Shiryaev