Commit bddf7079 authored by Claudio Valerio's avatar Claudio Valerio

Updated Mac Os X build procedure

parent 6c0a16cb
......@@ -6,6 +6,10 @@ instructions
- Download freetype (http://www.freetype.org/download.html#stable)
- Decompress freetype.XXX.tar.gz
MAC
- qmake freetype.pro -spec macx-g++
- make
LINUX:
- qmake freetype.pro -spec linux-g++
- make
......
......@@ -12,7 +12,11 @@ Windows:
- run make
OSX:
- run ./configure (may need extrea options ?)
- cd xpdf-3.02
- ./configure
- cd ..
- qmake xpdf.pro -spec macx-g++
- make
Linux:
- 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