install-zint.md
This commit is contained in:
parent
f0a88b3c96
commit
6133849718
14
md/install-zint.md
Normal file
14
md/install-zint.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user