gists/md/install-zint.md

321 B

How to install zint in Ubuntu 18.04

Easy!

  1. Download latest tarball from https://sourceforge.net/projects/zint/files/latest/download
  2. Unpack it anywere
  3. Run:
sudo apt install libpng-dev cmake
cd build
cmake ..
make
make install

https://gist.github.com/anthonyaxenov/0ca957e4aab7bae3636746dc696346ec