mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Suggestion: Include installation instructions in the README. #29
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 @sbrl on GitHub (Sep 23, 2015).
Including installation / setup / usage instructions in the README would allow more people to download / use / test brotli more easily.
@wbond commented on GitHub (Sep 23, 2015):
It should note that the project uses c++11, and thus requires GCC 4.7+, according to the discussion at #158.
@fred-wang commented on GitHub (Oct 12, 2016):
@eustas Also, the README should really explain the different build systems (CMake, python, Bazel, make, premake) and explain how to build and install shared libraries & headers with CMake (for package maintainers, expecially).
@sbrl commented on GitHub (Sep 4, 2017):
Thanks :D