summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-11-08 08:41:14 +0000
committerJack Moffitt <jack@xiph.org>2000-11-08 08:41:14 +0000
commit1b72f1ad7d3a3a233fee96e390fb9737590e51e6 (patch)
tree96ab66d66f22dbbf9d9688dad56f34278795fca0 /README
parent9a6069e931a2944c5d07d6c6ad5c07c53463acd0 (diff)
downloadogg-1b72f1ad7d3a3a233fee96e390fb9737590e51e6.tar.gz
more changes
git-svn-id: http://svn.xiph.org/trunk/ogg@1032 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 11 insertions, 4 deletions
diff --git a/README b/README
index 9a68508..69cfb9b 100644
--- a/README
+++ b/README
@@ -44,9 +44,9 @@ The Ogg homepage is located at 'http://www.xiph.org/ogg/'.
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 @@ This will install the Ogg 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:
RPMs may be built by:
-./autogen.sh
make dist
rpm -ta libogg-<version>.tar.gz
@@ -74,4 +81,4 @@ You can also run one of the batch files from the commandline.
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 $