Update README.md

This commit is contained in:
Eugene Kliuchnikov 2017-09-04 14:54:51 +02:00 committed by GitHub
parent a629289e32
commit fe09a5030c

View File

@ -45,13 +45,11 @@ See [Bazel](http://www.bazel.build/)
#### CMake
The basic commands to build, test and install brotli are:
The basic commands to build and install brotli are:
$ mkdir out && cd out
$ cmake ..
$ make
$ make test
$ make install
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed ..
$ cmake --build . --config Release --target install
You can use other [CMake](https://cmake.org/) configuration. For example, to
build static libraries: