Re: [ft] how to compile ftdemos

2010-01-26 Thread Werner LEMBERG
r...@ubuntu:~/Downloads/ft2demos-2.3.9# make FT2DEMOS=1 -f ../freetype2/Makefile ../freetype2/Makefile:32: builds/toplevel.mk: No such file or directory make: *** No rule to make target `builds/toplevel.mk'. Stop. Have you built the FreeType library in advance? And where have you built it?

Re: [ft] how to compile ftdemos

2010-01-26 Thread samaram s
r...@ubuntu:~/Downloads/ft2demos-2.3.9# make FT2DEMOS=1 -f ../freetype2/Makefile ../freetype2/Makefile:32: builds/toplevel.mk: No such file or directory make: *** No rule to make target `builds/toplevel.mk'. Stop. Have you built the FreeType library in advance? And where have you built

Re: [ft] how to compile ftdemos

2010-01-26 Thread Werner LEMBERG
*My freetyep2 is in the same directory ,where ft2demos.2.3.9 is present.* Rename the directory from freetype-2.3.9 to freetype2 ./configure Make Make installI got the freetyep lib and so under /usr/local/lib. BTW, why are you using version 2.3.9? I did the following within an arbitrary

Re: [ft] how to compile ftdemos

2010-01-25 Thread Werner LEMBERG
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

Re: [ft] how to compile ftdemos

2010-01-25 Thread Werner LEMBERG
i gave the following command, r...@ubuntu:~/Downloads/ft2demos-2.3.9# make FT2DEMOS=1 ../freetype2/Makefile You've missed the `-f' option: make FT2DEMOS=1 -f ../freetype2/Makefile Werner ___ Freetype mailing list Freetype@nongnu.org

Re: [ft] how to compile ftdemos

2010-01-25 Thread samaram s
Thanks Werner for the quick reply. But still i got the following error, r...@ubuntu:~/Downloads/ft2demos-2.3.9# make FT2DEMOS=1 -f ../freetype2/Makefile ../freetype2/Makefile:32: builds/toplevel.mk: No such file or directory make: *** No rule to make target `builds/toplevel.mk'. Stop. Then i