mirror of https://github.com/google/brotli
Update README.md
This commit is contained in:
parent
a629289e32
commit
fe09a5030c
|
@ -45,13 +45,11 @@ See [Bazel](http://www.bazel.build/)
|
||||||
|
|
||||||
#### CMake
|
#### CMake
|
||||||
|
|
||||||
The basic commands to build, test and install brotli are:
|
The basic commands to build and install brotli are:
|
||||||
|
|
||||||
$ mkdir out && cd out
|
$ mkdir out && cd out
|
||||||
$ cmake ..
|
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed ..
|
||||||
$ make
|
$ cmake --build . --config Release --target install
|
||||||
$ make test
|
|
||||||
$ make install
|
|
||||||
|
|
||||||
You can use other [CMake](https://cmake.org/) configuration. For example, to
|
You can use other [CMake](https://cmake.org/) configuration. For example, to
|
||||||
build static libraries:
|
build static libraries:
|
||||||
|
|
Loading…
Reference in New Issue