Created
February 3, 2018 16:37
-
-
Save anhnt/2a4121416e6a12baf6d4dcaa44c6e93b to your computer and use it in GitHub Desktop.
qrencode centos
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
On CentOS 6 (64-bit), I had trouble installing the qrencode dependency from source. Instead, I found it easier to install the packages qrencode and qrencode-devel from the RPMForge repo. | |
# Enable the rpmforge repo if you don't already have it | |
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm | |
rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm | |
# Install qrencode and its libraries | |
yum install qrencode qrencode-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment