Created
June 19, 2014 11:52
-
-
Save lanrion/124d8e0317e3a574b8c9 to your computer and use it in GitHub Desktop.
生成二维码
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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