add upnp library package name to readme

This commit is contained in:
Ryozuki 2020-04-14 12:15:08 +02:00
parent b647c1e978
commit 8c76dab962
No known key found for this signature in database
GPG key ID: 848FCC08E5B89681

View file

@ -80,6 +80,7 @@ Whether to optimize for development, speeding up the compilation process a littl
* **-DUPNP=[ON|OFF]** <br>
Whether to enable UPnP support for the server.
You need to install `libminiupnpc-dev`.
* **-GNinja** <br>
Use the Ninja build system instead of Make. This automatically parallizes the build and is generally faster. Compile with `ninja` instead of `make`. Install Ninja with `sudo apt install ninja-build` on Debian, `sudo pacman -S --needed ninja` on Arch Linux.