fix README formatting
This commit is contained in:
parent
cbcd8e8326
commit
1919f9b0d3
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@ On musl systems, simply do `make` and `make install` to build and install.
|
|||
|
||||
On glibc systems, you must additionally define LIBBSD_CFLAGS and LIBBSD_LIBS:
|
||||
|
||||
export LIBBSD_CFLAGS=$(pkg-config --cflags libbsd-overlay)
|
||||
export LIBBSD_LIBS=$(pkg-config --libs libbsd-overlay)
|
||||
make
|
||||
make install
|
||||
export LIBBSD_CFLAGS=$(pkg-config --cflags libbsd-overlay)
|
||||
export LIBBSD_LIBS=$(pkg-config --libs libbsd-overlay)
|
||||
make
|
||||
make install
|
||||
|
||||
To run the tests, do `make check`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue