Added library needed for compilation

Signed-off-by: James Turk <james.p.turk@gmail.com>
This commit is contained in:
PureW 2009-05-19 04:40:43 +08:00 committed by James Turk
parent 97a65f92d1
commit a4248ddef7

View File

@ -1,5 +1,5 @@
test: test.cpp GLFT_Font.cpp test: test.cpp GLFT_Font.cpp
g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -lglfw -lGL -lfreetype -pthread `freetype-config --cflags` g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -lglfw -lGL -lfreetype -pthread -lXrandr `freetype-config --cflags`
glftfont.tar.gz: glftfont.tar.gz:
tar -czf glftfont.tar.gz GLFT_Font.cpp GLFT_Font.hpp index.html README test.cpp Makefile tar -czf glftfont.tar.gz GLFT_Font.cpp GLFT_Font.hpp index.html README test.cpp Makefile