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

Update README.md

This commit is contained in:
Lu Wang 2012-10-13 16:01:27 +08:00
parent b58df8cc16
commit cd13826513

View File

@ -73,17 +73,17 @@ More info can be found on [the pdf2htmlEX page in TeX Wiki](http://oku.edu.mie-u
* compilers support C++11, for example
* GCC >= 4.4.6
* I heard about successful build with Clang
* poppler with xpdf header >= 0.20.0 (compile with --enable-xpdf-headers)
* Install libpng (and headers) BEFORE you compile poppler if you want background images generated
* Install poppler-data if your want CJK support
* fontforge (with header files)
* **poppler** with xpdf header >= 0.20.0 (compile with **--enable-xpdf-headers**)
* Install **libpng** (and headers) BEFORE you compile poppler if you want background images generated
* Install **poppler-data** if your want CJK support
* **fontforge** (with header files)
* git version is recommended to avoid annoying compilation issues
* [Optional] ttfautohint
* run pdf2htmlEX with --external-hint-tool=ttfautohint to enable it
* [Optional] **ttfautohint**
* run pdf2htmlEX with **--external-hint-tool=ttfautohint** to enable it
#### Compiling
git clone --depth 1 git://github.com/coolwanglu/pdf2htmlEX.git
git clone --depth 1 igt://github.com/coolwanglu/pdf2htmlEX.git
cd pdf2htmlEX
cmake . && make && sudo make install