Skip to content

Running Threadneedle

Jacky Mallett edited this page Oct 12, 2021 · 4 revisions

From the top Threadneedle directory using the command line, the build script will compile and run Threadneedle, and the run script will run without compiling. Both take additional command line options as follows:

  • Build and run Threadneedle
    • ./build
  • Run with command line
    • ./build --cl
  • Run a supplied batch file and drop into command line when finished
    • ./build --cl --b=configs/stock_5-5.batch
  • Run a batch file, showing command line interface and charts
    • ./build --charts --cl --b=configs/stock_5-5.batch
  • Run a batch file, showing the full gui as well as command line interface and charts
    • ./build --charts --cl --b=configs/stock_5-5.batch
Clone this wiki locally