You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Claudio Valerio
fdd202001b
|
14 years ago | |
---|---|---|
.. | ||
freetype-2.4.4 | 14 years ago | |
README.txt | 14 years ago | |
freetype.pro | 14 years ago |
README.txt
How to build freetype
=====================
instructions
- Download freetype (http://www.freetype.org/download.html#stable)
- Decompress freetype.XXX.tar.gz
WIN
- qmake
- nmake
MAC
- qmake freetype.pro -spec macx-g++
- make
LINUX:
- qmake freetype.pro -spec linux-g++
- make