install-zint.md

This commit is contained in:
Anthony Axenov 2022-01-11 08:09:19 +08:00
parent f0a88b3c96
commit 6133849718
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

14
md/install-zint.md Normal file
View File

@ -0,0 +1,14 @@
# 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:
```bash
sudo apt install libpng-dev cmake
cd build
cmake ..
make
make install
```