diff -r ec7a3333127a -r 19a7554ddd6c INSTALL --- /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 +Sources from https://ssl.schlittermann.de/hg/blockfuse (hg repo).