summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-11-08 08:18:39 +0000
committerJack Moffitt <jack@xiph.org>2000-11-08 08:18:39 +0000
commit9a6069e931a2944c5d07d6c6ad5c07c53463acd0 (patch)
tree0ca7befd59d33f70a750de1b83896aaa1f223a21 /README
parent7603e9e34b81275b1ec8d0f01e66f3bcee584219 (diff)
downloadogg-9a6069e931a2944c5d07d6c6ad5c07c53463acd0.tar.gz
versioning, plus minor doc changes/adds
git-svn-id: http://svn.xiph.org/trunk/ogg@1029 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 21 insertions, 4 deletions
diff --git a/README b/README
index 171bc58..9a68508 100644
--- a/README
+++ b/README
@@ -13,11 +13,13 @@
WHAT'S HERE:
-This source distribution includes libogg and nothing else. Other modules (eg, the modules vorbis, vorbis-tools and vorbis-plugins for the Vorbis codec) contain the codec libraries for use with Ogg bitstreams.
+This source distribution includes libogg and nothing else. Other modules
+(eg, the modules vorbis, vorbis-tools and vorbis-plugins for the Vorbis
+codec) contain the codec libraries for use with Ogg bitstreams.
Directory:
-./lib The source for libogg, an LGPLed inplementation of
+./src The source for libogg, an LGPLed inplementation of
the public domain Ogg bitstream format
./include Library API headers and codebooks
@@ -26,6 +28,8 @@ Directory:
./doc Ogg specification documents
+./win32 Win32 projects and build automation
+
WHAT IS OGG?:
Ogg project codecs use the Ogg bitstream format to arrange the raw,
@@ -55,6 +59,19 @@ 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.
-Monty <monty@xiph.org>
+BUILDING RPMS:
+
+RPMs may be built by:
+
+./autogen.sh
+make dist
+rpm -ta libogg-<version>.tar.gz
+
+BUILDING ON WIN32:
+
+Use the project file in the win32 directory. It should compile out of the box.
+You can also run one of the batch files from the commandline.
+
+E.g.: build_ogg_dynamic
-$Id: README,v 1.5 2000/10/10 08:55:07 xiphmont Exp $
+$Id: README,v 1.6 2000/11/08 08:18:39 jack Exp $