gEDA-dev: Building gEDA
Peter Clifton
pcjc2 at cam.ac.uk
Fri Jul 28 10:39:51 EDT 2006
On Fri, 2006-07-28 at 11:32 -0300, Cesar Strauss wrote:
> Try this:
> make clean
> path-to/configure --prefix=/usr
> make
>
> then:
> make install DESTDIR=/home/build/geda
>
> The paths will be hardcoded to /usr, but the files will end up on
> /home/build/geda/usr, where they can be archived.
>
> Hope this helps,
>
> Cesar
Thanks... have now hacked the main makefile I'm using to do that...
Small issues with the build:: libgeda must be installed under /usr/
whatever before the rest will compile. This is a pain, and could
probably be improved.
(Is it possible to compile and link against a version of libgeda in the
build tree, and still find the correct version after an install?)
I think I saw somewhere in the makefile which stated geda-symbols must
also be installed.
Thanks once again,
Peter
More information about the geda-dev
mailing list