[poppler] Windows Compiling
Hib Eris
hib at hiberis.nl
Tue Nov 22 05:03:00 PST 2011
Hi Todd,
On Tue, Nov 22, 2011 at 1:49 PM, Todd Hubers <todd.hubers at alivate.com.au> wrote:
> Hi Alec,
>
> Thanks for your input, I know of a few who do use Visual Studio. It appears
> that the Windows support in poppler assumes VC++ environment. Is this the
> case?
>
> I'm hoping to use MingW so that I can more easily automate compilations each
> time a new version of Poppler is released.
>
> Todd.
Using Mingw should work fine too. You can either use poppler's cmake
based build system or the autotools based build system.
> cmake .
> make
or
> ./configure
> make
More information about the poppler
mailing list