|
há 3 meses atrás | |
---|---|---|
.github | há 9 meses atrás | |
Check | há 1 ano atrás | |
Com | há 2 anos atrás | |
Comm | há 1 ano atrás | |
Cons | há 1 ano atrás | |
Ctl | há 3 anos atrás | |
Dev | há 11 meses atrás | |
Docu | há 1 ano atrás | |
Fbsd | há 1 ano atrás | |
Fig | há 2 anos atrás | |
Form | há 3 anos atrás | |
Lin | há 1 ano atrás | |
Mdi | há 1 ano atrás | |
Obsd | há 1 ano atrás | |
Obx | há 7 meses atrás | |
Ole | há 2 anos atrás | |
Sql | há 2 anos atrás | |
Std | há 6 meses atrás | |
System | há 3 meses atrás | |
Text | há 6 meses atrás | |
Win | há 3 meses atrás | |
Xhtml | há 3 anos atrás | |
packaging | há 1 ano atrás | |
.gitignore | há 2 anos atrás | |
BlackBox.exe.manifest | há 3 anos atrás | |
LICENSE.txt | há 3 meses atrás | |
README.md | há 6 meses atrás | |
build-fbsd | há 1 ano atrás | |
build-linux | há 1 ano atrás | |
build-obsd | há 1 ano atrás | |
build-windows | há 1 ano atrás | |
build-windows.bat | há 1 ano atrás | |
clean | há 2 anos atrás | |
dev0fbsd | há 1 ano atrás | |
dev0lin | há 1 ano atrás | |
dev0obsd | há 1 ano atrás | |
dev0win.exe | há 1 ano atrás | |
export-linux | há 1 ano atrás | |
export-windows | há 2 anos atrás | |
pack-dev0fbsd | há 1 ano atrás | |
pack-dev0lin | há 1 ano atrás | |
pack-dev0obsd | há 1 ano atrás | |
pack-dev0win.odc | há 2 anos atrás | |
run-BlackBox | há 3 anos atrás | |
run-BlackBoxInterp | há 1 ano atrás | |
run-dev0 | há 1 ano atrás | |
version.txt | há 3 anos atrás |
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
sudo apt install pax
sudo pacman -S pax
sudo dnf install pax
./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:
mkdir -p ~/bin && 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:
mkdir -p ~/bin && 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.