aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEvgenii Kliuchnikov <eustas@google.com>2023-07-10 07:30:32 -0700
committerCopybara-Service <copybara-worker@google.com>2023-07-10 07:31:18 -0700
commitd1fadddc940a23de3fad34c02879d7cfa6f86460 (patch)
tree9a02c66f38d7f6e00c6ca511c56033e93300f817 /README.md
parent2d0947f1ea22dc255cfac9c7e8b33576fb051340 (diff)
downloadbrotli-d1fadddc940a23de3fad34c02879d7cfa6f86460.zip
brotli-d1fadddc940a23de3fad34c02879d7cfa6f86460.tar.gz
brotli-d1fadddc940a23de3fad34c02879d7cfa6f86460.tar.bz2
drop make / automake files
PiperOrigin-RevId: 546866478
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.md b/README.md
index 0f905e3..519428b 100644
--- a/README.md
+++ b/README.md
@@ -43,21 +43,6 @@ You can download and install brotli using the [vcpkg](https://github.com/Microso
The brotli port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
-#### Autotools-style CMake
-
-[configure-cmake](https://github.com/nemequ/configure-cmake) is an
-autotools-style configure script for CMake-based projects (not supported on Windows).
-
-The basic commands to build, test and install brotli are:
-
- $ mkdir out && cd out
- $ ../configure-cmake
- $ make
- $ make test
- $ make install
-
-By default, debug binaries are built. To generate "release" `Makefile` specify `--disable-debug` option to `configure-cmake`.
-
#### Bazel
See [Bazel](http://www.bazel.build/)
@@ -72,10 +57,6 @@ The basic commands to build and install brotli are:
You can use other [CMake](https://cmake.org/) configuration.
-#### Premake5
-
-See [Premake5](https://premake.github.io/)
-
#### Python
To install the latest release of the Python module, run the following: