freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] FreeType 2 for OSX


From: Werner LEMBERG
Subject: Re: [ft-devel] FreeType 2 for OSX
Date: Mon, 20 Dec 2010 10:33:31 +0100 (CET)

> Where can I find complete documentation on how to include the
> FreeType 2 library in an Xcode project?

You are on the wrong list with this question since FreeType is not
specific to Xcode, sorry.  The general outline should be generic;
there is nothing special in installing using FreeType:

  . add the path to the FreeType headers to the list of include files
    (if not installed at the default place)

  . add the path to the FreeType library to the list of library
    directories (if not installed at the default place)

  . add FreeType to the list of libraries to link with

Note that I've never used or even seen Xcode...


    Werner



reply via email to

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