From c3049e535b86b91e4e109534b1c472e9508a853d Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 17 Dec 2007 12:27:43 +0100 Subject: How to build from git repo --- INSTALL.from-git | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 INSTALL.from-git diff --git a/INSTALL.from-git b/INSTALL.from-git new file mode 100644 index 0000000..c4c0d2a --- /dev/null +++ b/INSTALL.from-git @@ -0,0 +1,7 @@ +To compile from e2tools' git repository, you need to run these steps: + + $ git clone to-be-announced e2tools + $ cd e2tools + $ autoreconf -vis . + +Now you can compile as if you had just extracted a source tarball. -- cgit