diff options
author | sje397 <sje397@gmail.com> | 2011-11-11 01:20:17 +1100 |
---|---|---|
committer | sje397 <sje397@gmail.com> | 2011-12-20 22:11:24 +1100 |
commit | 22123c85f3722abad896aebb564a89d88da92e81 (patch) | |
tree | 212d80a39a64c31bc7746127306cdb4eb9ce1614 /contrib | |
parent | 3528650560a2c417da2303869c743da019defc6d (diff) |
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
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gitian-descriptors/gitian.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/gitian.yml b/contrib/gitian-descriptors/gitian.yml index 65005c61ff..6f503ac0bf 100644 --- a/contrib/gitian-descriptors/gitian.yml +++ b/contrib/gitian-descriptors/gitian.yml @@ -16,6 +16,7 @@ packages: - "libssl-dev" - "git-core" - "unzip" +- "qrencode" reference_datetime: "2011-01-30 00:00:00" remotes: - "url": "https://github.com/bitcoin/bitcoin.git" |