updated version number from rc2 to rc3

This commit is contained in:
darkeye 2002-02-20 15:08:29 +00:00
parent 633defc6f0
commit f373aa1907
1 changed files with 5 additions and 5 deletions

View File

@ -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.0rc2.tar.gz and libvorbis-1.0rc2.tar.gz. Go to the I took libogg-1.0rc3.tar.gz and libvorbis-1.0rc3.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.0rc2.tar.gz tar xfz libogg-1.0rc3.tar.gz
cd libogg-1.0rc2 cd libogg-1.0rc3
./configure --prefix=/usr ./configure --prefix=/usr
make make
make install make install
cd .. cd ..
tar xfz libvorbis-1.0rc2.tar.gz tar xfz libvorbis-1.0rc3.tar.gz
cd libvorbis-1.0rc2 cd libvorbis-1.0rc3
./configure --prefix=/usr ./configure --prefix=/usr
make make
make install make install