summaryrefslogtreecommitdiff
path: root/Howto.mdwm
diff options
context:
space:
mode:
Diffstat (limited to 'Howto.mdwm')
-rw-r--r--Howto.mdwm8
1 files changed, 8 insertions, 0 deletions
diff --git a/Howto.mdwm b/Howto.mdwm
index 36ccab5..a66fe1a 100644
--- a/Howto.mdwm
+++ b/Howto.mdwm
@@ -12,6 +12,14 @@ To instal run as root:
make && make install
+#Build the bcachefs-tools statically linked.
+Follow the steps above.
+But run the following command instead.
+
+ EXTRA_CFLAGS="-static" make && make install
+
+Please take note that you also need a static version installed of all required libraries.
+
#Build the bcachefs-kernel branch.
Firt run the following command to download a kernel branch with the bcachefs patches.