Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml
This commit is contained in:
@@ -95,6 +95,10 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef USE_QRCODE
|
||||
DEFS += -DUSE_QRCODE=$(USE_QRCODE)
|
||||
LIBS += -lqrencode
|
||||
endif
|
||||
|
||||
all: bitcoind
|
||||
|
||||
|
||||
Reference in New Issue
Block a user