Prerequisites:
I only use even-numbered node.js releases, but odd-numbered releases may work!
If you get errors with node.js 20.x, try node.js 18.x.
Additional rerequisites:
- Visual Studio
-
Launch the appropriate native tools command prompt - search for
x64 native tools
in the Start menu -
Change to the
server
folder in the working copy -
Run
npm install
. A build error mentioningsys/ioctl.h
is expected - this is benign, and can be ignored -
Run
run OPTIONS
to start the server, whereOPTIONS
are the command line options for it - see the server docs
Additional macOS prerequisites:
- Xcode
Additional Linux Ubuntu package prerequisites: (you're on your own for other distros - reports welcome)
apt-get install libusb-dev
(libusb)apt-get install libudev-dev
Steps:
-
Go to terminal
-
Change to the
server
folder in the working copy -
Run
npm install
-
Run
npm start -- OPTIONS
to start the server, whereOPTIONS
are the command line options for it - see the server docs