mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] Geda/PCB build (was: Request for OSS support)


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Geda/PCB build (was: Request for OSS support)
Date: Fri, 15 Feb 2013 08:43:40 +1100

On 14/02/2013, at 8:19 PM, Tony Theodore <address@hidden> wrote:
> 
> Okay, the pcb source has some strange logic to look for -lbgd instead of 
> -lgd, and for some other reason doesn't detect gd functionality correctly. To 
> build pcb:
> 
> tar xf pcb-20110918.tar.gz
> cd pcb-20110918/
> sed -i 's,GD=bgd,GD=gd,g' configure
> ./configure \
>     --host=i686-pc-mingw32 \
>     --prefix='/Users/tonyt/dev/mxe/usr/i686-pc-mingw32' \
>     --disable-update-desktop-database \
>     --disable-update-mime-database \
>     --disable-doc \
>     GDLIB_CONFIG=/Users/tonyt/dev/mxe/usr/i686-pc-mingw32/bin/gdlib-config \
>     ac_cv_func_gdImageGif=yes \
>     ac_cv_func_gdImageJpeg=yes \
>     ac_cv_func_gdImagePng=yes
> make

git checkout is much the same, just run `./autogen.sh` before `./configure`

Cheers,

Tony





reply via email to

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