From 8c76dab962c5259bdbe8d465db0b7d6c0d9ba8d3 Mon Sep 17 00:00:00 2001 From: Ryozuki Date: Tue, 14 Apr 2020 12:15:08 +0200 Subject: [PATCH] add upnp library package name to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37433c30f..8e4eedd3c 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Whether to optimize for development, speeding up the compilation process a littl * **-DUPNP=[ON|OFF]**
Whether to enable UPnP support for the server. +You need to install `libminiupnpc-dev`. * **-GNinja**
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.