Easy steps to install libsixel package on Mac
Package Information:
Application Name – libsixel
What is libsixel – Not Available for libsixel
Use of libsixel – SIXEL encoder/decoder implementation
URL – https://github.com/saitoha/sixel
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install libsixel using brew
brew install libsixel
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
libsixel is ready to use now!