Skip to content

Instantly share code, notes, and snippets.

@anhnt
Created February 3, 2018 16:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anhnt/2a4121416e6a12baf6d4dcaa44c6e93b to your computer and use it in GitHub Desktop.
qrencode centos
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