Commit bddf7079 authored by Claudio Valerio's avatar Claudio Valerio

Updated Mac Os X build procedure

parent 6c0a16cb
...@@ -6,6 +6,10 @@ instructions ...@@ -6,6 +6,10 @@ instructions
- Download freetype (http://www.freetype.org/download.html#stable) - Download freetype (http://www.freetype.org/download.html#stable)
- Decompress freetype.XXX.tar.gz - Decompress freetype.XXX.tar.gz
MAC
- qmake freetype.pro -spec macx-g++
- make
LINUX: LINUX:
- qmake freetype.pro -spec linux-g++ - qmake freetype.pro -spec linux-g++
- make - make
......
...@@ -12,7 +12,11 @@ Windows: ...@@ -12,7 +12,11 @@ Windows:
- run make - run make
OSX: OSX:
- run ./configure (may need extrea options ?) - cd xpdf-3.02
- ./configure
- cd ..
- qmake xpdf.pro -spec macx-g++
- make
Linux: Linux:
- cd xpdf-3.02 - cd xpdf-3.02
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment