qr-codes.txt 1.0 KB

12345678910111213141516171819202122
  1. ECOin - Copyright (c) - 2014/2021 - GPLv3 - epsylon@riseup.net (https://03c8.net)
  2. =====================================================
  3. # QR-Codes - ECOlogical P2P Crypto-Currency (ECOin) #
  4. =====================================================
  5. + libqrencode may be used to generate QRCode images for payment requests.
  6. It can be downloaded from: https://fukuchi.org/works/qrencode/index.html.en (or installed via your package manager).
  7. Pass the USE_QRCODE flag to qmake to control this:
  8. +--------------+--------------------------------------------------------------------------+
  9. | USE_QRCODE=0 | (the default) No QRCode support - libarcode not required |
  10. +--------------+--------------------------------------------------------------------------+
  11. | USE_QRCODE=1 | QRCode support enabled |
  12. +--------------+--------------------------------------------------------------------------+
  13. =====================================================