diff options
author | Christian von Roques <roques@mti.ag> | 2012-05-17 11:33:59 -0400 |
---|---|---|
committer | Christian von Roques <roques@mti.ag> | 2012-05-17 11:33:59 -0400 |
commit | e54f330239f81209e6061656542d32884d092cbc (patch) | |
tree | 1f0726057ff32aee003b14f706a03ea72a914c8c /doc | |
parent | 49232d1abf96f85f785e0ee95fbb79d0338855bc (diff) |
Fix typo. libarcode => libqrcode
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.txt b/doc/build-unix.txt index eb59736816..c32563814d 100644 --- a/doc/build-unix.txt +++ b/doc/build-unix.txt @@ -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 |