1 Ducumentation (Russian):
3 http://gitlab.molpit.org/blackbox/freenix/wikis/home
8 universal development environment based on BlackBox 1.7
11 encoder/ - encoding BlackBox subsystem by StdCoder from command line interface
12 fpstest/ - loop and fonts test
13 server/ - static single-thread web-server
15 Installation of required packages in Ubuntu 14.04 (should work also with other Debian-based OS):
18 sudo apt-get install libgtk2.0-0 gtk2-engines gtk2-engines-murrine libcanberra-gtk-module
19 sudo apt-get install libgnomeui-0 gnome-icon-theme-full
22 sudo dpkg --add-architecture i386
24 sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386
25 sudo apt-get install libgnomeui-0:i386 gnome-icon-theme-full
29 ./switch-target `uname -s` GUI
32 To run BlackBox (after build):
35 for Linux version also you can run
38 To create BlackBox assembly (after build):
40 ./export <outputDirectory>
42 To clean the BlackBox folder:
46 Example: build, create assembly and run BlackBox from assembly:
48 ./switch-target `uname -s` GUI
50 ./export ../`uname -s`_GUI