1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 13:00:08 +00:00
This commit is contained in:
Lu Wang 2012-09-21 21:35:27 +08:00
parent 917c7c3f8d
commit 408f973a80

View File

@ -61,6 +61,7 @@ I have tested with CYGWIN without any problem, and I believe it also works on Mi
#### Dependency #### Dependency
* CMake, pkg-config * CMake, pkg-config
* GNU Getopt
* compilers support C++11, for example * compilers support C++11, for example
* GCC >= 4.4.6 * GCC >= 4.4.6
* I heard about successful build with Clang * I heard about successful build with Clang
@ -68,6 +69,7 @@ I have tested with CYGWIN without any problem, and I believe it also works on Mi
* Install libpng (and headers) BEFORE you compile libpoppler if you want background images generated * Install libpng (and headers) BEFORE you compile libpoppler if you want background images generated
* Install poppler-data if your want CJK support * Install poppler-data if your want CJK support
* fontforge (with header files) * fontforge (with header files)
* git version is recommended to avoid annoying compilation issues
#### Compiling #### Compiling
@ -95,6 +97,12 @@ GPLv2 & GPLv3 Dual licensed
## Credits ## Credits
pdf2htmlEX is possible because of the following projects:
* poppler
* fontforge
* GNU Getopt
pdf2htmlEX is inspired by the following projects: pdf2htmlEX is inspired by the following projects:
* pdftops & pdftohtml from poppler * pdftops & pdftohtml from poppler
@ -109,7 +117,7 @@ Suggestions and questions are welcome.
Please read [FAQ](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) before sending an email to me. Or your message might be ignored. Please read [FAQ](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) before sending an email to me. Or your message might be ignored.
I'm much more user-friendly than pdf2htmlEX. I should be much more user-friendly than pdf2htmlEX.
* Lu Wang <coolwanglu@gmail.com> * Lu Wang <coolwanglu@gmail.com>