overte/console/README.md
2015-12-03 13:49:20 -08:00

922 B

Console

The High Fidelity Desktop Console, made with Electron.

Running Locally

Make sure you have Node.js installed. Use the latest stable version.

npm install
npm start

To run, the console needs a build of Interface, domain-server, and assignment-client.

The default, npm start tells the console to look for debug builds of those binaries in a build folder beside the console folder.

If you want to use release builds use npm run local-release.

Packaging

CMake produces a target package-console that will bundle up everything you need for the console on your platform. It ensures that there are available builds for the domain-server, assignment-client, and Interface. Then it produces an executable for the console.

Finally it copies all of the produced executables to a directory, ready for testing or packaging for deployment.