INSTALL (xpdf-4.03) | : | INSTALL (xpdf-4.04) | ||
---|---|---|---|---|
Xpdf | Xpdf | |||
==== | ==== | |||
version 4.03 | version 4.04 | |||
2021-jan-28 | 2022-apr-18 | |||
The Xpdf software and documentation are | The Xpdf software and documentation are | |||
copyright 1996-2021 Glyph & Cog, LLC. | copyright 1996-2022 Glyph & Cog, LLC. | |||
Email: xpdf@xpdfreader.com | Email: xpdf@xpdfreader.com | |||
WWW: http://www.xpdfreader.com/ | WWW: http://www.xpdfreader.com/ | |||
Compiling xpdf | Compiling xpdf | |||
-------------- | -------------- | |||
Xpdf is written in C++ (with a little bit of C). It should work with | Xpdf is written in C++ (with a little bit of C). It should work with | |||
any ANSI-compliant C++ and C compilers. The systems and compilers | any ANSI-compliant C++ and C compilers. The systems and compilers | |||
it's been tested with are listed on the xpdf web page. | it's been tested with are listed on the xpdf web page. | |||
skipping to change at line 34 | skipping to change at line 34 | |||
different systems. | different systems. | |||
********************* | ********************* | |||
*** Linux, OS X *** | *** Linux, OS X *** | |||
********************* | ********************* | |||
* Make sure you have the following installed: | * Make sure you have the following installed: | |||
- CMake 2.8.8 or newer | - CMake 2.8.8 or newer | |||
- FreeType 2.0.5 or newer | - FreeType 2.0.5 or newer | |||
- Qt 4.8.x or 5.x (for xpdf only) | - Qt 5.x or 6.x (for xpdf only) | |||
- libpng (for pdftoppm and pdftohtml) | - libpng (for pdftoppm and pdftohtml) | |||
- zlib (for pdftoppm and pdftohtml) | - zlib (for pdftoppm and pdftohtml) | |||
If Qt isn't found, the GUI viewer (xpdf) won't be built, but the | If Qt isn't found, the GUI viewer (xpdf) won't be built, but the | |||
command line tools will still be built. | command line tools will still be built. | |||
* Create a build directory. These instructions assume that you create | * Create a build directory. These instructions assume that you create | |||
a directory called "build" under the top-level xpdf source | a directory called "build" under the top-level xpdf source | |||
directory, but the build directory can be anywhere you like. Create | directory, but the build directory can be anywhere you like. Create | |||
the directory and cd into it: | the directory and cd into it: | |||
End of changes. 3 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |