DEADSOFTWARE

appversion, single README
[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 Directories structure:
16 BlackBox/
17 universal development environment based on BlackBox 1.7
19 devnotes/
20 technical information for framework developers
22 examples/
23 encoder/ - encoding subsystems by StdCoder from the command line
24 server/ - static single-thread web-server
26 Installation of required packages in Ubuntu (should work also with other Debian-based OS):
28 32-bit version:
30 sudo apt-get install libgtk2.0-0 gtk2-engines gtk2-engines-murrine libcanberra-gtk-module
31 sudo apt-get install libgnomeui-0 gnome-icon-theme-full
33 64-bit version:
35 sudo dpkg --add-architecture i386
36 sudo apt-get update
37 sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386
38 sudo apt-get install libgnomeui-0:i386 gnome-icon-theme-full
40 To build BlackBox:
42 cd BlackBox
43 ./switch-target `uname -s` GUI
44 ./build
46 To run BlackBox (after build):
48 ./run-BlackBox
50 for Linux version also you can run
52 ./blackbox
54 To create BlackBox assembly (after build):
56 ./export <outputDirectory>
58 To clean the BlackBox folder:
60 ./switch-target none
61 ./clean
63 Example: build, create assembly and run BlackBox from assembly:
65 cd BlackBox
66 ./switch-target `uname -s` GUI
67 ./build
68 ./export ../`uname -s`_GUI
69 ./switch-target none
70 ./clean
71 cd ../`uname -s`_GUI
72 ./run-BlackBox
74 Authors:
75 * Oberon microsystems AG
76 * BlackBox Framework Center
77 * Alexander V. Shiryaev
78 * Igor A. Dehtyarenko
79 * Ivan A. Denisov
81 Download for Debian/Ubuntu:
82 * [bbcb_1.7~a1.12_amd64.deb](http://iadenisov.ru/blackbox/linux/bbcb_1.7~a1.13_amd64.deb)
83 * [bbcb_1.7~a1.12_i386.deb](http://iadenisov.ru/blackbox/linux/bbcb_1.7~a1.13_i386.deb)