|
il y a 2 semaines | |
---|---|---|
.github | il y a 9 mois | |
Check | il y a 1 an | |
Com | il y a 2 ans | |
Comm | il y a 1 an | |
Cons | il y a 2 semaines | |
Ctl | il y a 3 ans | |
Dev | il y a 2 semaines | |
Docu | il y a 1 an | |
Fbsd | il y a 2 semaines | |
Fig | il y a 2 ans | |
Form | il y a 3 ans | |
Lin | il y a 2 semaines | |
Mdi | il y a 2 mois | |
Obsd | il y a 2 semaines | |
Obx | il y a 3 mois | |
Ole | il y a 2 ans | |
Paket | il y a 2 semaines | |
Sql | il y a 2 ans | |
Std | il y a 3 semaines | |
System | il y a 2 semaines | |
Text | il y a 2 semaines | |
Win | il y a 2 semaines | |
Xhtml | il y a 3 ans | |
packaging | il y a 1 an | |
.gitignore | il y a 2 ans | |
BlackBox.exe.manifest | il y a 3 ans | |
LICENSE.txt | il y a 3 mois | |
README.md | il y a 6 mois | |
build-fbsd | il y a 2 semaines | |
build-linux | il y a 2 semaines | |
build-obsd | il y a 2 semaines | |
build-windows | il y a 2 semaines | |
build-windows.bat | il y a 2 semaines | |
clean | il y a 2 ans | |
dev0fbsd | il y a 1 an | |
dev0lin | il y a 1 an | |
dev0obsd | il y a 1 an | |
dev0win.exe | il y a 1 an | |
export-linux | il y a 2 semaines | |
export-windows | il y a 2 semaines | |
pack-dev0fbsd | il y a 1 an | |
pack-dev0lin | il y a 1 an | |
pack-dev0obsd | il y a 1 an | |
pack-dev0win.odc | il y a 2 ans | |
run-BlackBox | il y a 3 ans | |
run-BlackBoxInterp | il y a 1 an | |
run-dev0 | il y a 1 an | |
version.txt | il y a 3 ans |
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.