INSTALL
changeset 2 19a7554ddd6c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/INSTALL	Sun Aug 07 10:01:07 2011 +0200
@@ -0,0 +1,19 @@
+Just follow theses steps, [...] is optional.
+
+    [$ man Module::Build]
+
+     $perl Build.PL [install_base=$SOME_DIR]
+
+    [$ ./Build help]
+
+    [$ ./Build prereq_report]
+
+     $ ./Build 
+    [$ ./Build test [verbose=1]]
+
+    [$ ./Build fakeinstall]
+
+     $ ./Build install
+
+Heiko Schlittermann <hs@schlittermann.de>
+Sources from https://ssl.schlittermann.de/hg/blockfuse (hg repo).