From 8f5551d664fd26bbbe62405711ba91e10fac5e23 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Tue, 11 Sep 2012 02:44:45 +0800 Subject: [PATCH] update README --- ChangeLog | 1 + README.md | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d476766..f8bd3e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Latest +* Completed removed dependency of boost * Removed dependency of boost::filesystem * Relaxed dependency on c++11. Now can be built with GCC 4.4.6 * Removed dependency of boost::format and boost::algorithm diff --git a/README.md b/README.md index 007f701..5dbf958 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,17 @@ Special thanks to Arthur Titeica for the [AUR Package](https://aur.archlinux.org #### Dependency -* CMake +* CMake, pkg-config * compilers support C++11 * GCC >= 4.4.6 * 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 * 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