pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Comments about the mingw32 compilation steps


From: Aleksander Morgado
Subject: Re: [pdf-devel] Comments about the mingw32 compilation steps
Date: Fri, 01 Jul 2011 21:00:59 +0200

> ------------------
> Other stuff:
> 
>  * We're missing libjbig2dec and libjpeg dependencies, we should also
> include the steps to build them under mingw32. If we're lucky, the steps
> will be the same ones as for libcheck.
> 

libuuid is also a requirement since not long ago, so that should also be
made available under mingw32. I tried to compile 'util-linux' package
(the one providing libuuid) from sources under mingw32, but got some
issues. Luckily, we already have some precompiled libuuid binaries we
can use in here:
http://mirror.vcu.edu/pub/windows/cygwin/release/util-linux/libuuid-devel/

So, the steps for libuuid would be:
        $> tar -jxf libuuid-devel-2.17.2-1.tar.bz2
        $> cp -r usr/include/uuid $HOME/w32root/include
        $> cp -r usr/lib/* $HOME/w32root/lib

Could you also add these steps to your hackers guide patch?

Cheers!

-- 
Aleksander

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]