projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0fe36e
)
Update documentation
author
Jonathan Dieter
<jdieter@gmail.com>
Sat, 26 Sep 2020 23:23:05 +0000
(
00:23
+0100)
committer
Jonathan Dieter
<jdieter@gmail.com>
Sat, 26 Sep 2020 23:29:20 +0000
(
00:29
+0100)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 178288ff9b0c26725b34c0b50f091aef8adabbe3..379ebe0431509f768e61697c3fe12b85b567a346 100644
(file)
--- 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:
```