новые иконки в OpenBoard
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.
 
 
 
 
 
 
OpenBoard/thirdparty/freetype
Claudio Valerio fdd202001b Updated windows freetype and xpdf build instruction 13 years ago
..
freetype-2.4.4 Added others missing makefiles 13 years ago
README.txt Updated windows freetype and xpdf build instruction 13 years ago
freetype.pro Fixed bug relative to pdf character visualization 13 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