From 488de985ef489f6830ff87993d0a409d7397b24e Mon Sep 17 00:00:00 2001 From: mappu Date: Thu, 24 Nov 2016 21:36:11 +1300 Subject: [PATCH] readme: update --- _dist/README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_dist/README.txt b/_dist/README.txt index f36bbc9..d8e868e 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -23,7 +23,7 @@ The sample utility has the following options: =BUILDING= -Build via `go build`. +The expected package path is `code.ivysaur.me/imagequant`. Build via `go build`. This is a CGO package and requires a C compiler installed. However, if you use `go install` then future invocations of `go build` do not require the C compiler to be present. @@ -33,6 +33,11 @@ The `imagequant.go` file also declares a number of `CFLAGS` for GCC that allow t I am releasing this binding under the ISC license, however, `libimagequant` itself is released under GPLv3-or-later and/or commercial licenses. You must comply with the terms of such a license when using this binding in a Go project. +=CHANGELOG= + +2016-11-24 2.8go1.0 +- Initial public release + =SEE ALSO= - Pngquant homepage https://pngquant.org/