[bt-devel] Re: Where rpm for Mandrake 8.2
Efata
bt-devel@crosswire.org
Wed, 5 Jun 2002 18:14:42 +0700
Thanks, Now I can use bibletime 1.2 in Mandrake 8.2. But When I change font
to 64 I don't see much diffrent. I don't see only small font. I use
bibletime 1.2 tar version. Can cvs version fix this?
Thanks.
On Rab 05/06/2002 at 04:26AM -0400, Fred Saalbach wrote:
> If you were using bibletime-1.2.tar.bz2 that is roughly identical to the
> cvs file from a few weeks ago which I used on mandrake 8.1. There
> should not be any differences between mandrake 8.1 and 8.2 that affect
> compiling the tar file.
>
>
> The command sequence I use to compile is below. but apparently mandrake
> has issued kde3.0 rpm's that have put kde3 in several different places.
> As a result you need to figure out where it really is and use that path
> for KDEDIR.
>
> export QTDIR=/usr/lib/qt3
> export KDEDIR=/opt/kde3
> export PATH=$KDEDIR/bin:$PATH
> # make -f Makefile.cvs #this line is needed only with the cvs version
> ./configure
> make
> su
> make install
>
> Often failure to compile indicates that some needed package or file is
> not installed. The compile messages usually indicate what was not found
> when the error occurs. If this does not help you can post a copy of the
> error. Usually only the last dozen lines of the compile messages are
> needed to figure out what is missing.