Using a different build directory
    ---------------------------------

    If the `configure' script of the FreeType 2 library is  run from a
    separate build directory,  it creates a dummy  Makefile which sets
    some  variables before  including  the top-level  Makefile of  the
    source  directory.  This dummy  Makefile can also be  used for the
    ft2demos package to be compiled in a different build directory:

       make FT2DEMOS=1 -f /path/to/freetype2/build-dir/Makefile

    If necessary, adapt  the `TOP_DIR_2' variable to make it  point to
    the ft2demos source directory.


I have my freetype2 directory compiled and has all the libs and .so
required.

i gave the following command,
r...@ubuntu:~/Downloads/ft2demos-2.3.9# make FT2DEMOS=1
../freetype2/Makefile
make: Nothing to be done for `../freetype2/Makefile'.

It throw error as above.
Am i missing anything??

Thanks




On Mon, Jan 25, 2010 at 1:03 PM, Werner LEMBERG <w...@gnu.org> wrote:

>
> > Can anybody please tell me Where can i find document regarding how
> > to build ftdemos project in Linux and in Windows?
>
> For Linux, this is described in the README file of the freetype2-demos
> bundle.
>
>
>    Werner
>
_______________________________________________
Freetype mailing list
Freetype@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to