README: recommend out of tree build

This commit is contained in:
Alexey Sokolov
2018-03-19 00:45:46 +00:00
parent 9ba1ea463e
commit ece09d11b5
+6 -2
View File
@@ -67,7 +67,9 @@ but calls CMake with CMake-style parameters.
Installation from source code is performed using the CMake toolchain.
```shell
cmake .
mkdir build
cd build
cmake ..
make
make install
```
@@ -87,7 +89,9 @@ If you are building from git, you will need to run `./autogen.sh` first to
produce the `configure` script.
```shell
./configure
mkdir build
cd build
../configure
make
make install
```