DEADSOFTWARE

description in README and About
[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 examples/
20 encoder/ - encoding subsystems by StdCoder from the command line
21 server/ - static single-thread web-server
23 Installation of required packages in Ubuntu (should work also with other Debian-based OS):
25 32-bit version:
27 sudo apt-get install libgtk2.0-0 gtk2-engines gtk2-engines-murrine libcanberra-gtk-module
28 sudo apt-get install libgnomeui-0 gnome-icon-theme-full
30 64-bit version:
32 sudo dpkg --add-architecture i386
33 sudo apt-get update
34 sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386
35 sudo apt-get install libgnomeui-0:i386 gnome-icon-theme-full
37 To build BlackBox:
39 cd BlackBox
40 ./switch-target `uname -s` GUI
41 ./build
43 To run BlackBox (after build):
45 ./run-BlackBox
47 for Linux version also you can run
49 ./blackbox
51 To create BlackBox assembly (after build):
53 ./export <outputDirectory>
55 To clean the BlackBox folder:
57 ./switch-target none
58 ./clean
60 Example: build, create assembly and run BlackBox from assembly:
62 cd BlackBox
63 ./switch-target `uname -s` GUI
64 ./build
65 ./export ../`uname -s`_GUI
66 ./switch-target none
67 ./clean
68 cd ../`uname -s`_GUI
69 ./run-BlackBox
71 Authors:
72 * Oberon microsystems AG
73 * BlackBox Framework Center
74 * Alexander V. Shiryaev
75 * Igor A. Dehtyarenko
76 * Ivan A. Denisov
78 Download for Debian/Ubuntu:
79 * [bbcb_1.7~a1.12_amd64.deb](http://iadenisov.ru/blackbox/linux/bbcb_1.7~a1.13_amd64.deb)
80 * [bbcb_1.7~a1.12_i386.deb](http://iadenisov.ru/blackbox/linux/bbcb_1.7~a1.13_i386.deb)