A Guide To Install zint on Mac
What is “zint” Package?
Barcode encoding library supporting over 50 symbologies
For more details: https://zint.github.io/
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install zint.
brew install zint
Now, use zint!