Golang wrapper for libimagequant
- Install Go as described here
- Install Git
- Set GOPATH (example:
$ export GOPATH=~/Projects/Go
) to directory where all your packages will be located - Run
$ go get -d github.com/shifr/goquant
to fetch goquant sources $ cd $GOPATH/src/github.com/shifr/goquant
- Run
$ ./deb_install.sh
. There should be no errors - Goquant is ready for using