more changes

svn path=/trunk/ogg/; revision=1032
diff --git a/README b/README
index 9a68508..69cfb9b 100644
--- a/README
+++ b/README
@@ -44,9 +44,9 @@
 Up to date technical documents, contact information, source code and
 pre-built utilities may be found there.
 
-BUILD:
+BUILDING FROM CVS:
 
-A standard build should consist of nothing more than:
+A standard cvs build should consist of nothing more than:
 
 ./autogen.sh
 make 
@@ -59,11 +59,18 @@
 /usr/local/lib, includes into /usr/local/include and API manpages
 (once we write some) into /usr/local/man.
 
+BUILDING FROM TARBALL DISTRIBUTIONS:
+
+./configure
+make
+
+and optionally (as root):
+make install
+
 BUILDING RPMS:
 
 RPMs may be built by:
 
-./autogen.sh
 make dist
 rpm -ta libogg-<version>.tar.gz
 
@@ -74,4 +81,4 @@
 
 E.g.: build_ogg_dynamic
 
-$Id: README,v 1.6 2000/11/08 08:18:39 jack Exp $
+$Id: README,v 1.7 2000/11/08 08:41:14 jack Exp $