libdrawtext

view examples/Makefile @ 53:8e93efcd23ae

added simple example
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 15 Sep 2011 13:21:35 +0300
parents
children fe0c54e574ae
line source
1 fonts = fonts/FreeSerif.ttf
3 .PHONY: all
4 all: $(fonts)
5 cd simple; $(MAKE)
7 fonts/FreeSerif.ttf:
8 wget http://ftp.gnu.org/gnu/freefont/freefont-ttf-20100919.tar.gz
9 tar xzvf freefont-ttf-20100919.tar.gz
10 mv freefont-20100919 fonts