Skip to content

Instantly share code, notes, and snippets.

@dadosch
Created May 28, 2017 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dadosch/7db73de8995fc4fbee114724750c593f to your computer and use it in GitHub Desktop.
Save dadosch/7db73de8995fc4fbee114724750c593f to your computer and use it in GitHub Desktop.
How to install zint on Ubuntu

apt install g++ cmake qtbase5-dev qttools5-dev cd /usr/local/src/ ->extract zint cd zint-version cd build cmake .. make make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment