blob: 18495f2548c6dd881842f01899335a102afdcf4c [file] [log] [blame]
The Android Open Source Project20682592009-03-03 19:29:32 -08001If you're using CVS, you will have to first run:
2
3./autogen.sh
4
5To install, just do it the normal GNU way:
6
7./configure
8make
9make install
10
11To run the regression tests:
12
13make check