doc: Update build section in README

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
Maximilian Wilhelm 2020-10-14 00:12:24 +02:00
parent 6423a284b8
commit f707c5c1ef

View file

@ -30,7 +30,7 @@ For compatibility with some legacy ifupdown executors, we also provide the
On musl systems, simply do `make` and `make install` to build and install.
On glibc systems, you must most likely install `libbsd-dev` and additionally define `LIBBSD_CFLAGS` and `LIBBSD_LIBS`:
On glibc systems, you must install `libbsd-dev` or equivalent and additionally define `LIBBSD_CFLAGS` and `LIBBSD_LIBS`:
# instal packages
apt install build-essential libbsd0 libbsd-dev