Skip to content
abma edited this page Jan 28, 2023 · 27 revisions

Table of Contents

Which Installation Method to Use

If there is a package available for your operating system please use that.

Otherwise you can follow our from-source install guide.

Available Packages

Windows Binary

Download the latest binary (zip)

Extract the zip file into the same folder where you have your existing install, overwriting any and all files of old the install.

Your user settings, which are stored separately, will not be overwritten.

Flatpak / Flathub

Flathub aims to be the place to get and distribute apps for Linux. It is powered by Flatpak which allows Flathub apps to run on almost any Linux distribution.

If you don't have flatpak set up yet, follow the steps for your distribution on this setup page: https://flatpak.org/setup/

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

If you have flatpak installed, you can install springlobby with the following command:

flatpak install flathub com.springrts.SpringLobby

https://flathub.org/apps/details/com.springrts.SpringLobby

Installing from Source

If you wish to install SpringLobby from source, please follow the installing from source guide.