Skip to content

v1.0.0

Compare
Choose a tag to compare
@j-vizcaino j-vizcaino released this 09 Dec 17:29
· 45 commits to master since this release
9d8cd06

While this release does not break API compatibility, it changes the way the library is built.
Starting with this version, the C source code for liblz4 is not included in the Go package anymore.

The liblz4 needs to be provided externally, using a package manager or a manual, from source installation, for example.

Detection of liblz4 now relies on pkg-config to add the correct CFLAGS and LDFLAGS.

See README for instructions on how to install or build liblz4 externally.