README: add note about configure parameters

closes #964
This commit is contained in:
Daniel Salzman 2026-01-27 11:04:29 +01:00
parent d9f7ac6e37
commit 7fe7b08a0f

View file

@ -74,6 +74,9 @@ autoreconf -if
make
```
Note that `./configure` accepts various parameters (see `./configure --help`).
The following examples assume `--sysconfdir=/etc` and `--localstatedir=/var/lib`.
Install Knot DNS into system:
```bash
sudo make install