1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

correct required poppler version

This commit is contained in:
Lu Wang 2012-09-10 02:57:38 +08:00
parent 88bde718c5
commit aaa4ec1b96
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)
include_directories(${CMAKE_SOURCE_DIR}/src)
find_package(PkgConfig)
pkg_check_modules(POPPLER REQUIRED poppler)
pkg_check_modules(POPPLER REQUIRED poppler>=0.20.0)
include_directories(${POPPLER_INCLUDE_DIRS})
link_directories(${POPPLER_LIBRARY_DIRS})

View File

@ -56,7 +56,7 @@ Special thanks to Arthur Titeica for the [AUR Package](https://aur.archlinux.org
* CMake
* compilers support C++11
* GCC >= 4.4.6
* libpoppler with xpdf header >= 0.20.2 (compile with --enable-xpdf-headers)
* libpoppler with xpdf header >= 0.20.0 (compile with --enable-xpdf-headers)
* Install libpng (and headers) BEFORE you compile libpoppler if you want background images generated
* boost c++ library (program options)
* fontforge (with header files)