Re: Ogle0.9.2 not playing Lawrence of Arabia (R2) . Kernel 2.6.12-1.1447_FC4

Bj|rn Englund <[email protected]> Thu, 8 Sep 2005 23:56:37 +0200
Newsgroups gmane.comp.video.ogle.user
Message-ID <[email protected]>
Thu Sep 08 2005, Clive at Rational wrote:

> Can you point me at some standard instructions on how
> to use CVS? I will attempt to build Ogle from CVS on
> my Fedora 4 system - then test it.
> 

You need the following rpms installed:
a52dec, a52dec-devel, libmad, libmad-devel, libxm2, libxml2-devel,
libjpeg, libjpeg-devel, libdvdread, libdvdread-devel

For cvs check:
http://developer.berlios.de/cvs/?group_id=180

After you have checked out ogle you need to
cd ogle
./autogen.sh
This assumes that you have some developer tools like automake/autoconf/libtool
installed.

If you don't want to take the code from cvs I have made a tar.gz dist at
www.dtek.chalmers.se/~dvd/dist/ogle-0.9.2-cvs.tar.gz
To use the tar.gz do
tar xvzf ogle-0.9.2-cvs.tar.gz
cd ogle
(don't do ./autogen.sh if you use the tar.gz)


After you have prepared the code either from CVS or from tar.gz
do:
./configure --prefix=<where you want to install it>
I usually do
./configure --prefix=/home/bjorn/ogletest
if you dont use --prefix it will default to /usr/local

then: 
make
make install

then you should be able to run it with
/home/bjorn/ogletest/bin/ogle 
(exchange /home/bjorn/ogletest with your install --prefix)

You will probably not be able to use ogle_gui together with the
cvs version of ogle because I haven't updated ogle_gui.


/Bj|rn