Skip to content

Instantly share code, notes, and snippets.

@lanrion
Created June 19, 2014 11:52
Show Gist options
  • Save lanrion/124d8e0317e3a574b8c9 to your computer and use it in GitHub Desktop.
Save lanrion/124d8e0317e3a574b8c9 to your computer and use it in GitHub Desktop.
生成二维码
https://github.com/harrisj/qrencoder
依赖包
for ubuntu
sudo apt-get install qrencode libqrencode-dev
gem install qrencoder
for mac
brew install qrencode
gem install qrencoder -- -- with-qrencoder-include=/usr/local/Cellar/qrencode/3.4.3_1/include --with-qrencoder-lib=/usr/local/Cellar/qrencode/3.4.3_1/lib
通过javascript
https://github.com/jeromeetienne/jquery-qrcode
参考的开源项目实现:
https://github.com/peatio/peatio/commit/4c49a076482f789413f09ce372984c1075041e6c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment