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:
bors[bot] 2020-03-21 19:28:57 +00:00 committed by GitHub
commit 2bc3f52f99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ You can install the required libraries on your system, `touch CMakeLists.txt` an
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).