[xiph-cvs] cvs commit: vorbis README

Jack Moffitt jack at xiph.org
Wed Nov 8 00:45:31 PST 2000



jack        00/11/08 00:45:31

  Modified:    .        README
  Log:
  few more updates

Revision  Changes    Path
1.7       +18 -5     vorbis/README

Index: README
===================================================================
RCS file: /usr/local/cvsroot/vorbis/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README	2000/11/08 08:36:35	1.6
+++ README	2000/11/08 08:45:30	1.7
@@ -93,19 +93,32 @@
 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:
-
 ./autogen.sh
 make 
 
-and as root if desired :
+and as root if desired:
 
 make install
 
 This will install the vorbis libraries (static and shared) into
 /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:
+
+after normal configuring:
+
+make dist
+rpm -ta libvorbis-<version>.tar.gz
 
-$Id: README,v 1.6 2000/11/08 08:36:35 jack Exp $
+$Id: README,v 1.7 2000/11/08 08:45:30 jack Exp $

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list