Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 161 Bytes

zint.md

File metadata and controls

12 lines (11 loc) · 161 Bytes

Zint

mkdir -p /root/zint
cd /root/zint
wget https://github.com/zint/zint/archive/master.zip
unzip master.zip
cd zint-master
cmake .
make
make install