DEADSOFTWARE

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