From cd138265138e8db03234724663ac8a89d086c714 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sat, 13 Oct 2012 16:01:27 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c8c689e..8742e5f 100644 --- a/README.md +++ b/README.md @@ -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 From a66d8917e2e1e632348a8074525f981c8bb4f9c5 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 15 Oct 2012 16:54:10 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8742e5f..e0a9e10 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ This program is designed for scientific papers with complicate formulas and figu [AUR Package](https://aur.archlinux.org/packages.php?ID=62426), special thanks to Arthur Titeica +### Gentoo + +Install through Overlay gentoo-zh, mrueg or sunrise, thanks to the packagers. + ### Mac [Homebrew Formula](https://github.com/jamiely/homebrew/blob/pdf2htmlex/Library/Formula/pdf2htmlex.rb), special thanks to Jamie Ly