README 625 B

1234567891011121314151617181920
  1. Application for web-service which edcode BlackBox subsystems.
  2. Used by http://gitlab.molpit.org for processing of repository hooks.
  3. Author: Ivan Denisov, denisov@molpit.org
  4. Installation for Linux
  5. 1. Prepare Interp version of BlackBox in "Linux_Interp" folder:
  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'.