X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=examples%2Fcompress%2FREADME;h=c93b01efd8f7d71fe008ec7adad2ba4347a993b2;hb=7f3cc8ea809745873425e0f7cb4f923f13a2bdb4;hp=19822f03a1431bffcc07d0db730a1d5acdf4f767;hpb=75170df12d05654fffdb82073d44494dcdce1843;p=bbcp.git diff --git a/examples/compress/README b/examples/compress/README old mode 100644 new mode 100755 index 19822f0..c93b01e --- a/examples/compress/README +++ b/examples/compress/README @@ -1,3 +1,20 @@ -App for edcoding susystems. +Application for web-service which edcode BlackBox subsystems. +Used by http://gitlab.molpit.org for processing of repository hooks. -Used with http://gitlab.molpit.com for process repository hooks. +Author: Ivan Denisov, denisov@molpit.org + +Installation for Linux + +1. Prepare Interp version of BlackBox in "Linux_Interp" folder: + ./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'.