Difference between revisions of "Running BlackBox under Linux"

From BlackBox Framework Wiki
Jump to navigation Jump to search
(Running BlackBox under Linux added)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Running BlackBox under Linux===
[[BlackBox Component Builder]] can be run on Linux (e.g. Ubuntu) after installing Wine.
 
BlackBox can be run on 32-bit Linux (e.g. Ubuntu) after installing Wine.


'''sudo apt-get install wine'''
'''sudo apt-get install wine'''


It is recommended to tune up fonts.
It is recommended to tune up fonts. Run the Wine Config application from Dash and select appropriate fonts for the menus etc.
Run the Wine Config application from Dash and select appropriate fonts for the menus etc.
 
You can download the latest BlackBox build as a zipped archive from
[http://blackboxframework.org/lastdev/zip.php here].
 
Also you can run an experimental native version for Linux.
First install some dependencies:
 
'''sudo apt-get install libgtk2.0-0 gtk2-engines gtk2-engines-murrine libcanberra-gtk-module libgnomeui-0'''
 
then download and install the
[http://oberon.molpit.com/packs/bbcb_1.7-a1-4_i386.deb Debian package].

Latest revision as of 15:38, 23 April 2016

BlackBox Component Builder can be run on Linux (e.g. Ubuntu) after installing Wine.

sudo apt-get install wine

It is recommended to tune up fonts. Run the Wine Config application from Dash and select appropriate fonts for the menus etc.