mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Add CentOS, RedHat, AlmaLinux instructions
This commit is contained in:
parent
d2045b5d78
commit
43d81bcc93
|
@ -32,6 +32,10 @@ You can install the required libraries on your system, `touch CMakeLists.txt` an
|
||||||
|
|
||||||
sudo apt install build-essential cmake git google-mock libcurl4-openssl-dev libssl-dev libfreetype6-dev libglew-dev libnotify-dev libogg-dev libopus-dev libopusfile-dev libpnglite-dev libsdl2-dev libsqlite3-dev libwavpack-dev python
|
sudo apt install build-essential cmake git google-mock libcurl4-openssl-dev libssl-dev libfreetype6-dev libglew-dev libnotify-dev libogg-dev libopus-dev libopusfile-dev libpnglite-dev libsdl2-dev libsqlite3-dev libwavpack-dev python
|
||||||
|
|
||||||
|
Or on CentOS, RedHat and AlmaLinux like this:
|
||||||
|
|
||||||
|
sudo yum install gcc gcc-c++ make cmake git python2 gtest-devel gmock-devel libcurl-devel openssl-devel freetype-devel glew-devel libnotify-devel libogg-devel opus-devel opusfile-devel pnglite-devel SDL2-devel sqlite-devel wavpack-devel
|
||||||
|
|
||||||
Or on Arch Linux like this:
|
Or on Arch Linux like this:
|
||||||
|
|
||||||
sudo pacman -S --needed base-devel cmake curl freetype2 git glew gmock libnotify opusfile python sdl2 sqlite wavpack
|
sudo pacman -S --needed base-devel cmake curl freetype2 git glew gmock libnotify opusfile python sdl2 sqlite wavpack
|
||||||
|
|
Loading…
Reference in a new issue