mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #2090
2090: added base-devel alphabetically to dependency list r=heinrich5991 a=Patiga required for building ddnet on a fresh arch linux installation (noticed while trying to build ddnet on the arch linux docker image) Co-authored-by: patiga <patigatus21@gmail.com>
This commit is contained in:
commit
2bc3f52f99
|
@ -43,7 +43,7 @@ You can install the required libraries on your system, `touch CMakeLists.txt` an
|
||||||
|
|
||||||
Or on Arch Linux like this:
|
Or on Arch Linux like this:
|
||||||
|
|
||||||
sudo pacman -S --needed cmake curl freetype2 git glew opusfile sdl2 wavpack python
|
sudo pacman -S --needed base-devel cmake curl freetype2 git glew opusfile python sdl2 wavpack
|
||||||
|
|
||||||
There is an [AUR package for pnglite](https://aur.archlinux.org/packages/pnglite/). For instructions on installing it, see [AUR packages installation instructions on ArchWiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages).
|
There is an [AUR package for pnglite](https://aur.archlinux.org/packages/pnglite/). For instructions on installing it, see [AUR packages installation instructions on ArchWiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue