freetype
[Top][All Lists]
Advanced

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

Re: [ft] Example Compilation Problem


From: Chia I Wu
Subject: Re: [ft] Example Compilation Problem
Date: Sun, 19 Jun 2005 22:25:17 +0800
User-agent: Mutt/1.5.9i

On Sun, Jun 19, 2005 at 11:54:52AM +0200, Marc Philipp wrote:
> Hi!
> 
> This is probably one of those newbie questions, however, I've been
> trying to compile example1.c from the FreeType tutorial for quite a
> while now.
> 
> I installed the library from the rpm package of my linux distrubution
> (SuSE Linux 9.3 Professional). freetype-config --cflags returns
> -I/usr/include/freetype2 so I tried to compile it like that:
> 
> > gcc -I/usr/include/freetype2 example1.c
try: gcc `freetype-config --cflags --libs` -o example1 example1.c
-- 
Regards,
olv




reply via email to

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