Merge pull request #1331 from roques/trivia
Fix typo. libarcode => libqrcode
This commit is contained in:
commit
1844b2fdb4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ turned off by default. Set USE_UPNP to a different value to control this:
|
|||
libqrencode may be used for QRCode image generation. It can be downloaded
|
||||
from http://fukuchi.org/works/qrencode/index.html.en, or installed via
|
||||
your package manager. Set USE_QRCODE to control this:
|
||||
USE_QRCODE=0 (the default) No QRCode support - libarcode not required
|
||||
USE_QRCODE=0 (the default) No QRCode support - libqrcode not required
|
||||
USE_QRCODE=1 QRCode support enabled
|
||||
|
||||
IPv6 support may be enabled by setting
|
||||
|
|
Loading…
Reference in a new issue