Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 613 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 613 Bytes

goquant

Golang wrapper for libimagequant

Not ready for using yet!

INSTALLATION

Debian based

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