Create README.md

This commit is contained in:
greenseeker 2021-01-03 00:54:11 -05:00 committed by GitHub
parent 8ffa4dacbd
commit abd5c3ea54

20
README.md Normal file
View file

@ -0,0 +1,20 @@
# t2server
Run a Tribes 2 server on Linux
## about
t2server automates the installation of Tribes 2 and the TribesNEXT patch to run under wine on Linux.
After installation, it provides systemd service units and Python scripts for the purpose of managing
your server.
## Prerequisites
t2server has a handful of dependencies which are not automatically handled at this time. Before you
run the setup script, run the following commands as root depending on your distro:
### Ubuntu 20.04 LTS
```
# dpkg --add-architecture i386
# apt update
# apt install unzip xvfb python3-minimal python3-pip wine32 cpulimit
# pip3 install tqdm requests
```
(more to be tested and added)