Prerequisites:
Linux package prerequisites:
apt-get install libusb-dev
(libusb)apt-get install libudev-dev
Steps:
-
Change to
server
folder -
Run
npm install
(note that on Windows, a build error mentioningsys/ioctl.h
is expected - this is benign, and can be ignored) -
Run
npm start -- OPTIONS
to start the server, - whereOPTIONS
are the command line options for it - see the server docs