mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
go - cbrotli - fatal error: brotli/decode.h: No such file or directory #378
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @true-zero on GitHub (Feb 24, 2021).
Cannot install Golang cbrotli due to a missing file.
cbrotli\reader.go:12:10: fatal error: brotli/decode.h: No such file or directory@micheartin commented on GitHub (Apr 20, 2021):
To use
cbrotliin your Golang project, before you should compile the C implementation in your local machine. See the README.md for build instructions. See also https://stackoverflow.com/q/47233208#53095243.