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.
12 lines
341 B
12 lines
341 B
14 years ago
|
How to build freetype
|
||
|
=====================
|
||
|
|
||
|
instructions for version 2.3.8
|
||
|
|
||
|
1. Download freetype (http://www.freetype.org/download.html#stable)
|
||
|
2. Decompress freetype-2.3.8.tar.gz
|
||
|
3. Move freetype.pro inside the freetype-2.3.8 directory
|
||
|
4. Run qmake -set UNIBOARD_DIR /absolute/path/to/workarea/of/Uniboard
|
||
|
5. Run qmake
|
||
|
6. Run make install
|