updated version number from rc2 to rc3
This commit is contained in:
parent
633defc6f0
commit
f373aa1907
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue