Ivan Denisov 82cf541d2e fix examples há 3 anos atrás
..
Std 82cf541d2e fix examples há 3 anos atrás
System f45deb5721 fix examples and update version há 5 anos atrás
Coder-List.odc 0bb9b5504f #022 tertiary (USE2) directory added (trial version) há 4 anos atrás
README f5d708ba19 encoder example improved, fpstest example deleted há 8 anos atrás
runc 82cf541d2e fix examples há 3 anos atrás

README

Application for web-service which encode BlackBox subsystems.
Used by http://gitlab.molpit.org for processing of repository hooks.

Installation for Linux

1. Prepare Interp version of BlackBox in "Linux_Interp" folder:
cd ../../BlackBox
./switch-target `uname -s` Interp
./build
./export ../Linux_Interp

2. Compile this example:
cd ../examples/encoder
echo "DevCompiler.CompileThis StdCoder Init" | ./runc

3. For demonstration run:
ENCODE_LIST_NAME='Coder-List.odc' ENCODE_LIST_PATH='' ./runc

Output will contain two files encoded by StdCoder: 'Std/Mod/Coder.odc' and 'System/Mod/Init.odc'.