Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1000 Bytes

INSTALL.md

File metadata and controls

35 lines (21 loc) · 1000 Bytes

Building Stellite

(Instructions valid on OSX as of 3-4-16)

There are two options for building Stellite. In either case the Stellite binary will be stellite-tool/bin/Debug/stellite.exe. For instructions on running benchmarks, see README.md.

BUILD OPTION #1 (IDE)

BUILD OPTION #2 (command line)

Running Stellite tests in headless mode on a server

  • Enter a shell by calling $ screen

  • Detach with CTRL-a CTRL-d

  • To restore, call $ screen -r