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:29:14 +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
> 

Minor fix, the last step shouldn't copy all files under lib, just the
dll.a file:
        $> cp -r usr/lib/libuuid.dll.a $HOME/w32root/lib


-- 
Aleksander

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


reply via email to

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