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

README.txt

How to build xpdf
=================

instructions for version 3.02

- Make sure freetype2 is installed in Uniboard/thirdparty/freetype
- Decompress xpdf-3.02.xx.tar.gz

Windows:
- copy xpdf-3.02/aconf-win32.h into xpdf-3.02/aconf.h
- edit xpdf-3.02/aconf.h, add this line "#undef UNICODE"
- qmake
- nmake

OSX:
- cd xpdf-3.02
- ./configure
- cd ..
- qmake xpdf.pro -spec macx-g++
- make

Linux:
- cd xpdf-3.02
- ./configure --with-freetype2-library="../../freetype/lib/linux" --with-freetype2-includes="../../freetype/freetype-2.4.4/include"
- cd ..
- qmake xpdf.pdf -spec linux-g++
- make:

- Run qmake (-spec macx-g++ on OSX)
- Run make (nmake on windows)