Skip to content

Installation

BigETI edited this page May 1, 2020 · 3 revisions

Dependencies

Since this software requires atleast the .NET Core 2.0, you should make sure to install that to your distribution.

Installing on Linux

Most desktop distributions like CentOS, Debian, Fedora, Ubuntu and derivatives

  1. Get the latest stable version of SAMPServerAnnouncer from one of the following resources:
  1. Unzip contents in your server directory.
  2. Configure "announce.json", read this documentation for more information.

Lightweight distributions using musl like Alpine Linux

  1. Get the latest stable version of SAMPServerAnnouncer from one of the following resources:
  1. Unzip contents in your server directory.
  2. Configure "announce.json", read this documentation for more information.

Installing on Windows

  1. Get the latest stable version of SAMPServerAnnouncer from one of the following resources:
  1. Unzip contents in your server directory.
  2. Configure "announce.json", read this documentation for more information.

Building from source

  1. Clone https://github.com/BigETI/SAMPServerAnnouncer.git
  2. Since it's a .NET Core 2.0 project, you can just use dotnet or mono. Check the official documentation for the tools you are using.
  3. Move the compiled binaries to your server directory.
  4. Configure announce.json, read the documentation at https://github.com/BigETI/SAMPServerAnnouncer/wiki/Configuration for more information.