Complete Guide to Install ucl
What is “ucl” Package?
Data compression library with small memory footprint
For more details: https://www.oberhumer.com/opensource/ucl/
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 ucl.
brew install ucl
Now, use ucl!