modernuo/docs/building-server.md
2022-01-03 22:10:29 -08:00

1.1 KiB

title
Creating a build

Creating a build

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

=== "Windows" Using command prompt, git bash, or powershell, run: bash ./publish.cmd <release|debug> <os>

=== "OSX/Linux" Using terminal, run: bash ./publish.sh <release|debug> <os>

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

:fontawesome-brands-windows:{: .windows } win
:fontawesome-brands-apple:{: .apple } osx
:fontawesome-brands-ubuntu:{: .ubuntu } ubuntu.14.04 ubuntu.16.04, ubuntu.18.04 ubuntu.20.04
:brands-linuxmint:{: .linuxmint } linuxmint.17 linuxmint.18, linuxmint.19, ubuntu.20.04 for v20
:brands-debian:{: .debian } debian.9, debian.10
:fontawesome-brands-fedora:{: .fedora } fedora.32, fedora.33, fedora.34
:fontawesome-brands-centos:{: .centos } centos.7, centos.8
:fontawesome-brands-redhat:{: .redhat } redhat.7, redhat.8