install-zint.md

master
Anthony Axenov 2022-01-11 08:09:19 +08:00
parent f0a88b3c96
commit 6133849718
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
1 changed files with 14 additions and 0 deletions

14
md/install-zint.md 100644
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
```