Skip to content

Creating a build

The server software must be built before it can be run.

Using windows terminal, git bash, or powershell, run:

./publish.cmd <release|debug> <os> <arch>

Using terminal, run:

./publish.sh <release|debug> <os> <arch>



os (Optional)
The operating system to build the server against. If not specified then the server will be built for the same operating system.

win
osx
linux



arch (Optional)
The architecture to build the server against. If not specified then the server will be built for x64.

x64
arm64