Merge pull request #1569 from rffontenelle/patch-2

README: pnglite is in AUR, update instructions
This commit is contained in:
Dennis Felsing 2019-04-03 17:56:47 +02:00 committed by GitHub
commit bebede35d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,10 +41,12 @@ You can install the required libraries on your system, `touch CMakeLists.txt` an
sudo apt install cmake git libcurl4-openssl-dev libfreetype6-dev libglew-dev libogg-dev libopus-dev libopusfile-dev libpnglite-dev libsdl2-dev libwavpack-dev python
Or on Arch Linux like this (Arch Linux does not package `pnglite`, not even in AUR):
Or on Arch Linux like this:
sudo pacman -S --needed cmake curl freetype2 git glew opusfile sdl2 wavpack python
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).
The following is a non-exhaustive list of build arguments that can be passed to the `cmake` command-line tool in order to enable or disable options in build time:
* **-DCMAKE_BUILD_TYPE=[Release|Debug|RelWithDebInfo|MinSizeRel]** <br>