Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 579 Bytes

build-server.md

File metadata and controls

21 lines (13 loc) · 579 Bytes

Build and run server (Windows/OS X/Linux)

Prerequisites:

Linux package prerequisites:

  • apt-get install libusb-dev (libusb)
  • apt-get install libudev-dev

Steps:

  1. Change to server folder

  2. Run npm install (note that on Windows, a build error mentioning sys/ioctl.h is expected - this is benign, and can be ignored)

  3. Run npm start -- OPTIONS to start the server, - where OPTIONS are the command line options for it - see the server docs