chiark / gitweb /
[PATCH] implement printf-like placeholder support for NAME
[elogind.git] / README
diff --git a/README b/README
index ed25a733ab7ac5da0de8461efe1bc655b822c2c9..fffa7939879a1d814d30425490715dcb907c4497 100644 (file)
--- a/README
+++ b/README
@@ -45,8 +45,17 @@ Things are still quite rough, and it's a bit beyond proof of concept
 code.  Help is very much appreciated, see the TODO file for a list of
 things left to be done.
 
+If you want to build using klibc, use the Makefile.klibc file:
+       - read the klibc/klibc/README file for how to set up the linux
+         symlink properly.
+       - make clean
+       - make -f Makefile.klibc
+and marvel at the tiny binary you just created :)
+
 Any comment/questions/concerns please let me know.
 
 greg k-h
 greg@kroah.com
 
+
+