|
2 недель назад | |
---|---|---|
.github | 9 месяцев назад | |
Check | 1 год назад | |
Com | 2 лет назад | |
Comm | 1 год назад | |
Cons | 2 недель назад | |
Ctl | 3 лет назад | |
Dev | 2 недель назад | |
Docu | 1 год назад | |
Fbsd | 2 недель назад | |
Fig | 2 лет назад | |
Form | 3 лет назад | |
Lin | 2 недель назад | |
Mdi | 2 месяцев назад | |
Obsd | 2 недель назад | |
Obx | 3 месяцев назад | |
Ole | 2 лет назад | |
Paket | 2 недель назад | |
Sql | 2 лет назад | |
Std | 3 недель назад | |
System | 2 недель назад | |
Text | 2 недель назад | |
Win | 2 недель назад | |
Xhtml | 3 лет назад | |
packaging | 1 год назад | |
.gitignore | 2 лет назад | |
BlackBox.exe.manifest | 3 лет назад | |
LICENSE.txt | 3 месяцев назад | |
README.md | 6 месяцев назад | |
build-fbsd | 2 недель назад | |
build-linux | 2 недель назад | |
build-obsd | 2 недель назад | |
build-windows | 2 недель назад | |
build-windows.bat | 2 недель назад | |
clean | 2 лет назад | |
dev0fbsd | 1 год назад | |
dev0lin | 1 год назад | |
dev0obsd | 1 год назад | |
dev0win.exe | 1 год назад | |
export-linux | 2 недель назад | |
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
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.