提交 f6d08933 编写于 作者: R Romain Vimont

Merge branch 'fedora_install' (pull request #29)

Document how to install on Fedora
......@@ -37,7 +37,9 @@ The client requires _FFmpeg_ and _LibSDL2_.
#### Linux
Install the required packages from your package manager (here, for Debian):
Install the required packages from your package manager.
##### Debian/Ubuntu
```bash
# runtime dependencies
......@@ -52,6 +54,19 @@ sudo apt install make gcc pkg-config meson \
sudo apt install openjdk-8-jdk
```
##### Fedora
```bash
# enable RPM fusion free
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
# client build dependencies
sudo dnf install SDL2-devel ffms2-devel meson gcc make
# server build dependencies
sudo dnf install java
```
#### Windows
For Windows, for simplicity, a prebuilt archive with all the dependencies
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册