gEDA-dev: An easy way to get gEDA releases
Dan Andersson
dan at andersson.co.uk
Sat Feb 16 14:59:28 EST 2008
OK Ivan,
I'll try the latter additional command.
I downloaded the corresponding files manually and will test it later today.
I'm normally using KiCad as I left the PCB a couple of years ago but I'm
looking on the updates and I intend to at least try the latest PCB release.
The crunch will be how to make new modules ( module and library editor )...
I have not found any glitches in the Ubuntu 8.04-Alpha 3 yet so this one is a
bit weird.
//Dan, M0DFI
On Saturday 16 February 2008 19:42:06 Ivan Stankovic wrote:
> On Sat, Feb 16, 2008 at 12:10:21PM +0000, Dan Andersson wrote:
> > On Saturday 16 February 2008 11:24:42 Ivan Stankovic wrote:
> > > ./get-geda.sh 1.4.0
> >
> > Ubuntu 8.04
> >
> > ///
> >
> > root at hecate:/home/dan/Geda# ./get-geda.sh
> > Usage: ./get-geda.sh <tag>
> > ./get-geda.sh -l
> > Examples:
> > ./get-geda.sh 1.4.0
> > ./get-geda.sh 1.3.1-20080110
> > root at hecate:/home/dan/Geda# ./get-geda.sh -l
> > [: 25: ==: unexpected operator
> > No release with name '-l'
>
> This is weird, works for me (tm). Maybe a shell problem? I've
> tested the script with bash only...
>
> > ///
> >
> > "make config"
> > ..
> > ..
> > ..
> > checking for LIBGEDA... no
> > configure: error: libgeda detection error: No package 'libgeda' found
> > make: *** [gschem_config] Error 1
>
> This is pkg-config not finding libgeda.pc. By default, when you do 'make
> config' libgeda will be installed in $(HOME)/geda and you need to tell
> pkg-config to look there:
>
> export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$(HOME)/geda/lib/pkgconfig
>
> Or, you could do 'make config prefix=/usr' to install everything under
> /usr.
More information about the geda-dev
mailing list