[vorbis-dev] Is branch_postbeta2 supposed to build ??
Kenneth Arnold
ken at arnoldnet.net
Fri Sep 29 18:26:41 PDT 2000
On Fri, Sep 29, 2000 at 01:54:54PM -0700, Robert Voigt wrote:
> Where can I get the postbeta2 branch? I can't find it on xiph.org.
(general Vorbis CVS usage information follows)
Are you using CVS? I would suggest that you do:
mkdir ~/cvs/
mkdir ~/cvs/vorbis/
cd ~/cvs/vorbis
cvs -d:pserver:anoncvs at xiph.org login
password is anoncvs (right? it's been so long...)
cvs -z4 -d:pserver:anoncvs at xiph.org co . -r branch_postbeta2
^^^^^^^^^^^^^^^^^^^ important
Then just go in that directory and do
cvs -z4 update -dP -r branch_postbeta2
to track the branch. When you want to track a different branch, change the
argument to -r (or remove it completely).
Note that you compile ogg first:
cd ~/cvs/vorbis/ogg
./autogen.sh
make
make install
Then vorbis:
cd ~/cvs/vorbis/vorbis
./autogen.sh
make
make install
(vorbis may not work right unless you change "_oggpack_read" to "oggpack_read"
in vorbis/lib/floor0.c, unless this gets fixed before you get to trying it).
I am working on getting the other two necessary items together (libao in ao/
and vorbis-tools in vorbis-tools/) to compile (correctly)... so for now all
you can get is oggenc in vorbis-tools/ (autogen, make, make install again).
The plugins, e.g. xmms, are in vorbis-plugins/.
Kenneth
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list