README 463 B

1234567891011121314151617181920
  1. # Application for convetion utf8-encoded text documents to "odc" format
  2. # Installation for Linux
  3. # 1. Prepare Interp version of BlackBox in "Linux_Interp" folder:
  4. cd ../../BlackBox
  5. ./switch-target `uname -s` Interp
  6. ./build
  7. ./export ../Linux_Interp
  8. # 2. Compile this example:
  9. cd ../examples/text2odc
  10. echo "DevCompiler.CompileThis Text2odc" | ./runc
  11. # 3. Link standalone executable:
  12. ./link
  13. # 3. For demonstration run:
  14. FILEPATH='' FILENAME='README' ./text2odc