changed references to 1.0 final from 10.rc3

This commit is contained in:
darkeye 2002-08-26 07:23:14 +00:00
parent 0ec63f40e1
commit f38043841f
1 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
Installing Ogg Vorbis Installing Ogg Vorbis
--------------------- ---------------------
To install DarkIce, you need the Ogg Vorbis libraries (and related To install DarkIce, you need the following Ogg Vorbis 1.0 or later
header files: libraries (and related header files):
- libogg - libogg
- libvoribs - libvoribs
@ -18,18 +18,18 @@ options.
Grab the latest Ogg Vorbis tarballs from Grab the latest Ogg Vorbis tarballs from
http://www.xiph.org/ogg/vorbis/download.html http://www.xiph.org/ogg/vorbis/download.html
I took libogg-1.0rc3.tar.gz and libvorbis-1.0rc3.tar.gz. Go to the I took libogg-1.0.tar.gz and libvorbis-1.0.tar.gz. Go to the
directory where you saved them, and issue the following commands: directory where you saved them, and issue the following commands:
tar xfz libogg-1.0rc3.tar.gz tar xfz libogg-1.0.tar.gz
cd libogg-1.0rc3 cd libogg-1.0
./configure --prefix=/usr ./configure --prefix=/usr
make make
make install make install
cd .. cd ..
tar xfz libvorbis-1.0rc3.tar.gz tar xfz libvorbis-1.0.tar.gz
cd libvorbis-1.0rc3 cd libvorbis-1.0
./configure --prefix=/usr ./configure --prefix=/usr
make make
make install make install