Skip to content

Commit

Permalink
In installation instructions there is a part where it says to
Browse files Browse the repository at this point in the history
use prebuilt binary releases of minqlx, which require exact
version 3.5 of Python. This is inconvenient for user on newer
GNU/Linux releases.

To fix that inconveniency, this commit rewrites this part, so
user now must compile minqlx instead of using prebuilt binaries.
  • Loading branch information
em92 committed Apr 26, 2020
1 parent d804584 commit 65b63f0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,15 @@ packages unintentionally later.
sudo apt-get -y install redis-server git
```

- Download one of the tarballs in [releases](https://github.com/MinoMino/minqlx/releases) and extract
its contents into `steamcmd/steamapps/common/qlds`, or whatever other directory you might have put the
- Clone this repository and compile minqlx

```
git clone https://github.com/MinoMino/minqlx.git
cd minqlx
make
```

- Copy everything from `minqlx/bin` into `steamcmd/steamapps/common/qlds`, or whatever other directory you might have put the
files of your server in.

- Clone the plugins repository and get/build Python dependencies. Assuming you're in
Expand Down

0 comments on commit 65b63f0

Please sign in to comment.