aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:32 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:32 -0800
commit2068259fff846977bdd4262fa27ea6cb81d35a78 (patch)
treed4c35114dd30b1fbf3e91f785f63023f97438147 /INSTALL
parentee88353f0c125cdc2ee7a56187fde3a10e4ff918 (diff)
downloadgenext2fs-cupcake-release.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..18495f2
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,13 @@
+If you're using CVS, you will have to first run:
+
+./autogen.sh
+
+To install, just do it the normal GNU way:
+
+./configure
+make
+make install
+
+To run the regression tests:
+
+make check