summaryrefslogtreecommitdiff
path: root/FAQ.mdwn
diff options
context:
space:
mode:
authorKillian De Volder <killian.de.volderc@megasoft.be>2017-03-28 22:33:38 +0200
committerKillian De Volder <killian.de.volderc@megasoft.be>2017-03-28 22:33:38 +0200
commit0fc5175039c5c405e4015fa2c14f86e8ffb6cf73 (patch)
tree00f1d222fbb1181113c56c158f1330518a01e240 /FAQ.mdwn
parent8fed4253a6d65744bd894dc3b8266cb098aa1331 (diff)
Added FAQ for compiling, and noted static doesn't work yet.
Diffstat (limited to 'FAQ.mdwn')
-rw-r--r--FAQ.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/FAQ.mdwn b/FAQ.mdwn
index b6c64ad..c45230b 100644
--- a/FAQ.mdwn
+++ b/FAQ.mdwn
@@ -29,5 +29,14 @@ Statically linked programs have all the required dependencies compiled in.
As such, they require no external libraries at runtime.
This does however increase the size of the binary.
+##What is liburcu ?
+userspace RCU (read-copy-update) library
+[[http://lttng.org/urcu]]
+
+##I get the error "tools-util.c:16:19: fatal error: blkid.h: No such file or directory":
+You might need to add
+ EXTRA_CFLAGS="-l/usr/include/blkid/"
+or where-ever your OS stores the blkid.h file.
+