From 2068259fff846977bdd4262fa27ea6cb81d35a78 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 3 Mar 2009 19:29:32 -0800 Subject: auto import from //depot/cupcake/@135843 --- INSTALL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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 -- cgit v1.2.3