From f373aa19070930f97e4944ddcbfe5ae2d605524e Mon Sep 17 00:00:00 2001 From: darkeye Date: Wed, 20 Feb 2002 15:08:29 +0000 Subject: [PATCH] updated version number from rc2 to rc3 --- darkice/trunk/INSTALL.vorbis | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/darkice/trunk/INSTALL.vorbis b/darkice/trunk/INSTALL.vorbis index decadbc..233cd26 100644 --- a/darkice/trunk/INSTALL.vorbis +++ b/darkice/trunk/INSTALL.vorbis @@ -18,18 +18,18 @@ options. Grab the latest Ogg Vorbis tarballs from 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: -tar xfz libogg-1.0rc2.tar.gz -cd libogg-1.0rc2 +tar xfz libogg-1.0rc3.tar.gz +cd libogg-1.0rc3 ./configure --prefix=/usr make make install cd .. -tar xfz libvorbis-1.0rc2.tar.gz -cd libvorbis-1.0rc2 +tar xfz libvorbis-1.0rc3.tar.gz +cd libvorbis-1.0rc3 ./configure --prefix=/usr make make install