mirror of
https://github.com/znc/znc.git
synced 2026-08-08 09:52:55 +02:00
README: recommend out of tree build
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user