DEADSOFTWARE

append example
[bbcp.git] / examples / append / README
1 # Application for build server which append strings to System/Rsrc/Strings.odc.
2 # Used by http://blackbox.obertone.ru in BlackBox CI system.
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/append
14 echo "DevCompiler.CompileThis Init" | ./runc
16 # 3. For demonstration run:
17 FILEPATH='System/Rsrc' FILENAME='Strings.odc' KEY='test' VALUE='1' ./runc
19 # Then check System/Rsrc/Strings.odc. It will contain the string with key and value in the last line.