Setting up a server on Linux

Revision as of 03:27, 19 January 2023 by Admin (talk | contribs) (Created page with "As of January 2023, the server code cannot be properly run under most common distributions, under a server environment. The reason behind this has to do, with the bleeding edge dependencies the server code uses, particularly Qt dependencies. This guide will assume an Arch Linux environment. ==Download== Download the server version of the latest compilation of the game. You may find the download under the [https://github.com/Robosturm/Commander_Wars/releases Releases p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

As of January 2023, the server code cannot be properly run under most common distributions, under a server environment. The reason behind this has to do, with the bleeding edge dependencies the server code uses, particularly Qt dependencies.

This guide will assume an Arch Linux environment.

Download

Download the server version of the latest compilation of the game. You may find the download under the Releases page


Installing the dependencies

Install the Qt dependencies of the game, such as:

sudo pacman -Syu qt6-base
sudo pacman -Syu qt6-multimedia
sudo pacman -Syu openssl