* Fedora Core 17
* Ubuntu 14.04, 16.04 LTS
* FreeBSD 11.0
+* Debian Mate
Directories structure:
examples/
encoder/ - encoding subsystems by StdCoder from the command line
- fpstest/ - loop and fonts test
- server/ - static single-thread web-server
+ server/ - static single-thread web-server
Installation of required packages in Ubuntu (should work also with other Debian-based OS):
examples/
encoder/ - encoding subsystems by StdCoder from the command line
- fpstest/ - loop and fonts test
- server/ - static single-thread web-server
+ server/ - static single-thread web-server
Installation of required packages in Ubuntu (should work also with other Debian-based OS):
-Application for web-service which edcode BlackBox subsystems.
+Application for web-service which encode BlackBox subsystems.
Used by http://gitlab.molpit.org for processing of repository hooks.
-Author: Ivan Denisov, denisov@molpit.org
-
Installation for Linux
1. Prepare Interp version of BlackBox in "Linux_Interp" folder:
+ cd ../../BlackBox
./switch-target `uname -s` Interp
./build
./export ../Linux_Interp
#!/bin/sh
env \
BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \
-../../Linux_Interp/blackboxc $@
+../../Linux_Interp/blackbox $@
+++ /dev/null
-#!/bin/sh
-
-# fix Ubuntu-specific problems:
-unset UBUNTU_MENUPROXY
-unset GTK_MODULES
-export LIBOVERLAY_SCROLLBAR=0
-env \
- BB_PRIMARY_DIR="../../BlackBox" BB_SECONDARY_DIR="$PWD" \
-../../BlackBox/blackbox