|
hace 11 meses | |
---|---|---|
Check | hace 1 año | |
Com | hace 2 años | |
Comm | hace 1 año | |
Cons | hace 1 año | |
Ctl | hace 3 años | |
Dev | hace 11 meses | |
Docu | hace 1 año | |
Fbsd | hace 1 año | |
Fig | hace 2 años | |
Form | hace 3 años | |
Lin | hace 1 año | |
Mdi | hace 1 año | |
Obsd | hace 1 año | |
Obx | hace 2 años | |
Ole | hace 2 años | |
Sql | hace 2 años | |
Std | hace 11 meses | |
System | hace 11 meses | |
Text | hace 2 años | |
Win | hace 1 año | |
Xhtml | hace 3 años | |
packaging | hace 1 año | |
.gitignore | hace 2 años | |
BlackBox.exe.manifest | hace 3 años | |
LICENSE.txt | hace 1 año | |
README.md | hace 1 año | |
build-fbsd | hace 1 año | |
build-linux | hace 1 año | |
build-obsd | hace 1 año | |
build-windows | hace 1 año | |
build-windows.bat | hace 1 año | |
clean | hace 2 años | |
dev0fbsd | hace 1 año | |
dev0lin | hace 1 año | |
dev0obsd | hace 1 año | |
dev0win.exe | hace 1 año | |
export-linux | hace 1 año | |
export-windows | hace 2 años | |
pack-dev0fbsd | hace 1 año | |
pack-dev0lin | hace 1 año | |
pack-dev0obsd | hace 1 año | |
pack-dev0win.odc | hace 2 años | |
run-BlackBox | hace 3 años | |
run-BlackBoxInterp | hace 1 año | |
run-dev0 | hace 1 año | |
version.txt | hace 3 años |
List of supported operating systems:
Tested on:
Packages available here
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gtk2-engines-pixbuf:i386 libatk-adaptor:i386 libgail-common:i386 gnome-themes-standard:i386
sudo pacman -S multilib/lib32-gtk2
sudo pacman -Rc lib32-librsvg
sudo dnf install gtk2.i686 gtk2-devel.i686
apt-get install i586-libgtk+2-devel.32bit
Use 'wxallowed' flag in mount options for the partition to build or start BlackBox from.
./build-linux
./build-openbsd
./build-freebsd
./build-windows
On Windows, these commands can be run from MSYS2
There is also a build-windows.bat script that can be used to build the Windows version from Windows or Wine
./export <outputDirectory>
Run tiled version:
BlackBox.exe
Run MDI version:
BlackBoxMDI.exe
./run-BlackBox
Symbolic link to this script can be created to run from any directory:
ln -s `readlink -f run-BlackBox` ~/bin/blackbox
And then BlackBox Component Builder (GUI) can be run with blackbox command from anywhere. The current directory will be used as a BlackBox secondary directory.
BlackBoxInterp.exe
./run-BlackBoxInterp
Symbolic link to this script can be created to run from any directory:
ln -s `readlink -f run-BlackBox` ~/bin/blackbox-cli
And then BlackBox Component Builder (command line interpreter) can be run with blackbox-cli command from anywhere. The current directory will be used as a BlackBox secondary directory.