To build MultiServer from source, you will need all of its dependencies:
- Node.js LTS
- npm (included with node.js)
- yarn (run
npm i -g yarnin your terminal) - node-gyp (read instructions here to set it up properly on your platform, though there is no need to run the
npm install -g node-gypcommand as it is included with npm)
- Clone this repository by running
git clone htttps://github.com/ariscript/multiserver - Run
yarnin your termnial to install all required dependencies. - Run
yarn makein your terminal to build the app into a native executable for your platform - The newly created
outdirectory should contain the executable and its required resource files.
Feel free to ask your questions in the MultiServer discord server! There is a link in the README.