1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00

remove dependency of gil in README, as we don't depend on it for now

This commit is contained in:
Lu Wang 2012-09-08 18:20:26 +08:00
parent 84b1face68
commit 634394d771

View File

@ -58,7 +58,7 @@ Special thanks to Arthur Titeica for the [AUR Package](https://aur.archlinux.org
* GCC >= 4.6.x
* libpoppler with xpdf header >= 0.20.2 (compile with --enable-xpdf-headers)
* Install libpng (and headers) BEFORE you compile libpoppler if you want background images generated
* boost c++ library (program options, gil, filesystem, system(which is actually required by filesystem))
* boost c++ library (program options, filesystem, system(which is actually required by filesystem))
* fontforge (with header files)
#### Compiling