From d8257f29a2f1c83f4db81206638ff49f6f52e33f Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Sun, 27 Sep 2020 00:23:05 +0100 Subject: [PATCH] Update documentation Signed-off-by: Jonathan Dieter --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 178288f..379ebe0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ ninja test sudo ninja install ``` +If you're building on an operating system where some libraries are stored in +/usr/local, you'll need to replace `meson build` above as follows: +``` +CFLAGS=-I/usr/local/include CXXFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib meson build +``` + ## Using the utilities To decompress a zchunk file, simply run: ``` -- 2.30.2