freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems installing


From: David Turner
Subject: Re: Problems installing
Date: Wed, 01 Mar 2000 18:46:19 +0100

Hi Colin,

Colin Devine a écrit :
> 
> I am trying to install freetype on a redhat linux system (x86) and am
> using the source because my boss does not like us to use rpm's all the
> time.  My problem is that this server does not have X installed on it and
> so the tests fail when looking for the X library.  I attempted to only
> compile the freetype library by following the FAQ and doing a ./compile
> and then cd'ing into the lib directory and doing a make.  However this
> fails with a no target.  Is there a way to compile freetype without the
> tests or without checking for X?  Oh yeh, this is freetype 1.3.1 (should I
> try the beta 2?  Thanks for your time.
> 
If configure created the files "ftconf.h" and "lib/arch/unix/Makefile" before 
failing,
you can then simply do:

  cd lib
  make -f arch/unix/Makefile

If this doesn't work:

  create "ftconf.h" and "lib/arch/unix/Makefile" by hand from their ".in" 
versions
  then repeat the instructions above

  otherwise, read the file "howto/unix.txt" for a detailed compilation guide*

Hope this helps

- David

> Colin Devine
> Magpage Internet Services
> 302-239-5900 x239



reply via email to

[Prev in Thread] Current Thread [Next in Thread]