README 602 B

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