1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00
This commit is contained in:
Lu Wang 2012-09-21 14:21:56 +08:00
parent 24e0195e98
commit 3b7d1609f6

View File

@ -48,6 +48,14 @@ There is a Ubuntu PPA set up at [here](https://launchpad.net/~coolwanglu/+archiv
Special thanks to Arthur Titeica for the [AUR Package](https://aur.archlinux.org/packages.php?ID=62426).
### Mac
MacPorts and Homebrew are coming soon
### Windows
I've tested with CYGWIN without any problem, and I believe it also works on MinGW without many modifications.
### Build from source
#### Dependency
@ -61,10 +69,6 @@ Special thanks to Arthur Titeica for the [AUR Package](https://aur.archlinux.org
* Install poppler-data if your want CJK support
* fontforge (with header files)
**Build On Windows**
I've tested with CYGWIN without any problem, and I believe it also works on MinGW without many modifications.
#### Compiling
cmake . && make && sudo make install