项目作者: romiras

项目描述 :
Command-line mode for BlackBox Component Builder
高级语言: Component Pascal
项目地址: git://github.com/romiras/BlackBox-cli.git
创建时间: 2015-07-10T21:10:00Z
项目社区:https://github.com/romiras/BlackBox-cli

开源协议:BSD 2-Clause "Simplified" License

下载


BlackBox-cli

Command-line mode for BlackBox Component Builder

Running interpreted commands

Commands can be interpreted and executed at run time.

Example

Run command through pipe: echo "PrivHello.SayHello" | ./bbcli.exe (Linux)

Building executable

  • execute runBB (run BlackBox in “server” mode): BB_ROOT=~/.wine/drive_c/Program\ Files/BlackBox ./runBB (Linux)
  • Open Build-Tool.odc and follow instructions
  • run bbcli.exe as in example above