|
пре 8 месеци | |
---|---|---|
.github | пре 9 месеци | |
Check | пре 1 година | |
Com | пре 2 година | |
Comm | пре 1 година | |
Cons | пре 1 година | |
Ctl | пре 3 година | |
Dev | пре 11 месеци | |
Docu | пре 1 година | |
Fbsd | пре 1 година | |
Fig | пре 2 година | |
Form | пре 3 година | |
Lin | пре 1 година | |
Mdi | пре 1 година | |
Obsd | пре 1 година | |
Obx | пре 2 година | |
Ole | пре 2 година | |
Sql | пре 2 година | |
Std | пре 8 месеци | |
System | пре 11 месеци | |
Text | пре 2 година | |
Win | пре 1 година | |
Xhtml | пре 3 година | |
packaging | пре 1 година | |
.gitignore | пре 2 година | |
BlackBox.exe.manifest | пре 3 година | |
LICENSE.txt | пре 1 година | |
README.md | пре 1 година | |
build-fbsd | пре 1 година | |
build-linux | пре 1 година | |
build-obsd | пре 1 година | |
build-windows | пре 1 година | |
build-windows.bat | пре 1 година | |
clean | пре 2 година | |
dev0fbsd | пре 1 година | |
dev0lin | пре 1 година | |
dev0obsd | пре 1 година | |
dev0win.exe | пре 1 година | |
export-linux | пре 1 година | |
export-windows | пре 2 година | |
pack-dev0fbsd | пре 1 година | |
pack-dev0lin | пре 1 година | |
pack-dev0obsd | пре 1 година | |
pack-dev0win.odc | пре 2 година | |
run-BlackBox | пре 3 година | |
run-BlackBoxInterp | пре 1 година | |
run-dev0 | пре 1 година | |
version.txt | пре 3 година |
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.