summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-11-08 08:45:30 +0000
committerJack Moffitt <jack@xiph.org>2000-11-08 08:45:30 +0000
commit2c30f77396a401a546e996d968749f5ccdeb7792 (patch)
treeddc5ee6b396178153dd0b1f1a1dab91a62922b63 /README
parenta30bcf0d6124bdce4c22fdb1cc8fc545eb19d2ea (diff)
downloadlibvorbis-git-2c30f77396a401a546e996d968749f5ccdeb7792.tar.gz
few more updates
svn path=/trunk/vorbis/; revision=1034
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 18 insertions, 5 deletions
diff --git a/README b/README
index cde03cc0..8a028d96 100644
--- a/README
+++ b/README
@@ -93,14 +93,12 @@ Vorbis's homepage is located at 'http://www.xiph.org/ogg/vorbis/'.
Up to date technical documents, contact information, source code and
pre-built utilities may be found there.
-BUILD:
-
-A standard build should consist of nothing more than:
+BUILDING FROM CVS:
./autogen.sh
make
-and as root if desired :
+and as root if desired:
make install
@@ -108,4 +106,19 @@ 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.
-$Id: README,v 1.6 2000/11/08 08:36:35 jack Exp $
+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.7 2000/11/08 08:45:30 jack Exp $