mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
add upnp library package name to readme
This commit is contained in:
parent
b647c1e978
commit
8c76dab962
|
@ -80,6 +80,7 @@ Whether to optimize for development, speeding up the compilation process a littl
|
||||||
|
|
||||||
* **-DUPNP=[ON|OFF]** <br>
|
* **-DUPNP=[ON|OFF]** <br>
|
||||||
Whether to enable UPnP support for the server.
|
Whether to enable UPnP support for the server.
|
||||||
|
You need to install `libminiupnpc-dev`.
|
||||||
|
|
||||||
* **-GNinja** <br>
|
* **-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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue