DEADSOFTWARE

encoder example improved, fpstest example deleted
[bbcp.git] / examples / encoder / README
1 Application for web-service which encode BlackBox subsystems.
2 Used by http://gitlab.molpit.org for processing of repository hooks.
4 Installation for Linux
6 1. Prepare Interp version of BlackBox in "Linux_Interp" folder:
7 cd ../../BlackBox
8 ./switch-target `uname -s` Interp
9 ./build
10 ./export ../Linux_Interp
12 2. Compile this example:
13 cd ../examples/encoder
14 echo "DevCompiler.CompileThis StdCoder Init" | ./runc
16 3. For demonstration run:
17 ENCODE_LIST_NAME='Coder-List.odc' ENCODE_LIST_PATH='' ./runc
19 Output will contain two files encoded by StdCoder: 'Std/Mod/Coder.odc' and 'System/Mod/Init.odc'.