mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
update README
This commit is contained in:
parent
efbb2a5204
commit
8f5551d664
@ -1,5 +1,6 @@
|
|||||||
Latest
|
Latest
|
||||||
|
|
||||||
|
* Completed removed dependency of boost
|
||||||
* Removed dependency of boost::filesystem
|
* Removed dependency of boost::filesystem
|
||||||
* Relaxed dependency on c++11. Now can be built with GCC 4.4.6
|
* Relaxed dependency on c++11. Now can be built with GCC 4.4.6
|
||||||
* Removed dependency of boost::format and boost::algorithm
|
* Removed dependency of boost::format and boost::algorithm
|
||||||
|
@ -55,13 +55,17 @@ Special thanks to Arthur Titeica for the [AUR Package](https://aur.archlinux.org
|
|||||||
|
|
||||||
#### Dependency
|
#### Dependency
|
||||||
|
|
||||||
* CMake
|
* CMake, pkg-config
|
||||||
* compilers support C++11
|
* compilers support C++11
|
||||||
* GCC >= 4.4.6
|
* GCC >= 4.4.6
|
||||||
* libpoppler with xpdf header >= 0.20.0 (compile with --enable-xpdf-headers)
|
* libpoppler with xpdf header >= 0.20.0 (compile with --enable-xpdf-headers)
|
||||||
* 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
|
||||||
* fontforge (with header files)
|
* 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
|
#### Compiling
|
||||||
|
|
||||||
cmake . && make && sudo make install
|
cmake . && make && sudo make install
|
||||||
|
Loading…
Reference in New Issue
Block a user