[poppler] compile poppler on windows

Hib Eris hib at hiberis.nl
Thu Jul 15 02:51:32 PDT 2010


Hi Jun,

On Thu, Jul 15, 2010 at 9:12 AM, Deng Jun <proudeng at gmail.com> wrote:
> Hi,Hib
> Thanks for your suggestion!!
> I tried the development version of poppler.
> but I am  not familiar with Autotools(Seems the Autotools of Mingw
> environment also has some problem...)
> I typed :
> autoconf
> automake
> ./configure
> is the above command sequence right?

 When you build from a git checkout, you should run ./autogen.sh
instead. That will run automake, aclocal, autoconf, libtool and
configure all together.

So, the correct command sequence should be:

git clone git://anongit.freedesktop.org/poppler/poppler
cd poppler
./autogen.sh
make


Cheers,

Hib


More information about the poppler mailing list