freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] comiling: which library?


From: Matthias Bargmann
Subject: Re: [Freetype] comiling: which library?
Date: Mon, 20 Aug 2001 14:33:46 +0200

> I am trying to compile a program which is using freetype.  What library
> should I use?
>
> I have the include:
> #include <ft2build.h>
> #include FT_FREETYPE_H
>
> correctly put.  However, the compiler is asking for the library.

Is your include path set correct? (e. g. gcc -I/path/to/your/freetype/include)
or 
do you link freetype library to your prog? 
(e. g. gcc -L/path/to/your/freetype/lib -lfreetype)

Regards,
Matthias



reply via email to

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