- Arch Linux
- OpenBSD 7.8 (i386)
- Fedora Core 17
- Ubuntu 12.04 LTS, 12.10, 13.10, 14.04
- FreeBSD 14.3 (i386)
Ubuntu:
sudo apt-get install libc6-dev-i386Switch tree to current OS:
cd BlackBox
./clean
./switch-target $(uname -s) configurationConfigurations available: CLI, GUI
Compile exe.img (required for DevBootLinker):
cd BlackBox/Dev/Rsrc
make clean
make
cp exe.img ../../_$(uname -s)_/Dev/Rsrc/Build the framework:
cd BlackBox
./buildCreate the standalone development bundle (dev):
cd BlackBox
./pack-devdev is a self-contained executable including compiler, linker, and other essential tools required to bootstrap the build process.
Ubuntu:
sudo apt-get install libgtk2.0-0:i386OpenBSD:
doas pkg_add libiconv gtk+2FreeBSD:
pkg install gtk2cd BlackBox
./run-BlackBox