This commit is contained in:
Markus Wick 2020-05-08 12:38:52 +02:00
parent 678c042ae2
commit 792d1f2424

View File

@ -13,16 +13,16 @@ All other dependencies will be downloaded by [conan](https://conan.io/downloads.
* [Boost](https://www.boost.org/users/download/) * [Boost](https://www.boost.org/users/download/)
* [Catch2](https://github.com/catchorg/Catch2) * [Catch2](https://github.com/catchorg/Catch2)
* [fmt](https://fmt.dev/) * [fmt](https://fmt.dev/)
* [OpenSSL](https://www.openssl.org/source/)
* [lz4](http://www.lz4.org) * [lz4](http://www.lz4.org)
* [nlohmann_json](https://github.com/nlohmann/json) * [nlohmann_json](https://github.com/nlohmann/json)
* [OpenSSL](https://www.openssl.org/source/)
* [opus](https://opus-codec.org/downloads/) * [opus](https://opus-codec.org/downloads/)
* [ZLIB](https://www.zlib.net/) * [ZLIB](https://www.zlib.net/)
* [zstd](https://facebook.github.io/zstd/) * [zstd](https://facebook.github.io/zstd/)
| Distro | Commands | Distro | Commands
| --------------- | ---------------- | --------------- | ----------------
| Arch | `sudo pacman -S base-devel ninja cmake sdl2 qt5 python2 python-pip boost catch2 fmt openssl lz4 mbedtls nlohmann-json opus zlib zip zstd && sudo pip install conan` | Arch | `sudo pacman -S base-devel ninja cmake sdl2 qt5 python2 python-pip boost catch2 fmt lz4 mbedtls nlohmann-json openssl opus zip zlib zstd && sudo pip install conan`
| Ubuntu / Debian | `sudo apt-get install build-essential ninja-build cmake libboost-all-dev libsdl2-2.0-0 libsdl2-dev qtbase5-dev libqt5opengl5-dev qtbase5-private-dev python2 python-pip && sudo pip install conan` | Ubuntu / Debian | `sudo apt-get install build-essential ninja-build cmake libboost-all-dev libsdl2-2.0-0 libsdl2-dev qtbase5-dev libqt5opengl5-dev qtbase5-private-dev python2 python-pip && sudo pip install conan`
| Fedora | `sudo dnf install gcc ninja-build cmake SDL2-devel qt5-qtbase qt5-qtbase-devel python2 python-pip && sudo pip install conan` | Fedora | `sudo dnf install gcc ninja-build cmake SDL2-devel qt5-qtbase qt5-qtbase-devel python2 python-pip && sudo pip install conan`
| Gentoo | `emerge =sys-devel/gcc-7.1.0 dev-util/ninja dev-util/cmake media-libs/libsdl2 dev-qt/qtcore dev-qt/qtopengl && sudo pip install conan` | Gentoo | `emerge =sys-devel/gcc-7.1.0 dev-util/ninja dev-util/cmake media-libs/libsdl2 dev-qt/qtcore dev-qt/qtopengl && sudo pip install conan`