From: Jonathan Dieter Date: Sat, 26 Sep 2020 23:23:05 +0000 (+0100) Subject: Update documentation X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1^2~3^2~3^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d8257f29a2f1c83f4db81206638ff49f6f52e33f;p=zchunk.git Update documentation Signed-off-by: Jonathan Dieter --- 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: ```