Lines Matching +full:bazel +full:- +full:release
5 Brotli is a generic-purpose lossless compression algorithm that compresses data
8 currently available general-purpose compression methods. It is similar in speed
13 Brotli is open-sourced under the MIT License, see the LICENSE file.
18 [![TravisCI Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci…
23 #### Autotools-style CMake
25 [configure-cmake](https://github.com/nemequ/configure-cmake) is an
26 autotools-style configure script for CMake-based projects (not supported on Windows).
31 $ ../configure-cmake
36 …lt, debug binaries are built. To generate "release" `Makefile` specify `--disable-debug` option to…
38 #### Bazel subsubsection
40 See [Bazel](http://www.bazel.build/)
47 $ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed ..
48 $ cmake --build . --config Release --target install
58 To install the latest release of the Python module, run the following:
62 To install the tip-of-the-tree version, run:
64 $ pip install --upgrade git+https://github.com/google/brotli
70 …](https://quixdb.github.io/squash-benchmark/) / [Unstable Squash Compression Benchmark](https://qu…
83 7Zip [plugin](https://github.com/mcmilk/7-Zip-Zstd)