summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ.mdwn9
-rw-r--r--Howto.mdwn2
2 files changed, 11 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.
+
diff --git a/Howto.mdwn b/Howto.mdwn
index d751df7..95bf2cc 100644
--- a/Howto.mdwn
+++ b/Howto.mdwn
@@ -13,6 +13,8 @@ To instal run as root:
make && make install
#Build the bcachefs-tools statically linked.
+NOTE: Does not appear to work yet.
+
Follow the steps above.
But run the following command instead.