новые иконки в 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/README.txt

21 lines
295 B

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