Added freetype under cmake. My immediate next job is libvitaboy.

This commit is contained in:
Fatbag 2012-01-30 00:08:04 -06:00
parent 17c3bb1145
commit f9b59088a1
6 changed files with 9 additions and 6 deletions

View file

@ -1,4 +1,4 @@
All you need installed to compile Niotso for Windows, Linux, or Mac is cmake 2.6 or newer, a compatible compiler (such as GCC 4.6 or newer), and NASM 2.0 or newer for libjpeg-turbo.
All you need installed to compile Niotso for Windows, Linux, or Mac is cmake 2.6 or newer, a compatible compiler (such as GCC 4.6 or newer), and NASM 2.0 or newer for libjpeg-turbo and libmpg123.
cd into the _build directory and run
$ cmake -G "<Generator name>" ..