[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Problem with gEDA Makefile on ubuntu



Thanks super again, Peter--you were right!  I just finished migrating
to Intrepix Ibex ubuntu 8.10, and realized I needed to install
libgd2-noxpm-dev as well.  So for those who may be trying to figure
out how to install gEDA on ubuntu 8.10 from the repository, here is my
HOW-TO:

$ sudo apt-get install git-core cvs flex bison texinfo automake
autoconf libtool pkg-config gettext groff intltool guile-1.8
guile-1.8-dev libgtk2.0-0 libgtk2.0-dev libglib2.0-dev
libgd2-noxpm-dev tetex-bin tetex-base doxygen transfig gettext
gettext-base

For gschem et al:

$ git clone git://git.gpleda.org/gaf.git
$ cd gaf
Edit Makefile for the following line:
     Edit prefix?=/usr/local
$ make
$ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
$ export PATH=/usr/local/bin:${PATH}
$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
$ sudo make libgeda
$ sudo make install
$ sudo ldconfig

For pcb (replace _at_ below with @):

$ cvs -d:pserver:anonymous_at_pcb.cvs.sourceforge.net:/cvsroot/pcb login
(Hit enter for password)
$ cvs -z3 -d:pserver:anonymous_at_pcb.cvs.sourceforge.net:/cvsroot/pcb co -P pcb
$ cd pcb
$ ./autogen.sh
$ ./configure --prefix=/usr/local --with-gui=gtk
--enable-maintainer-mode --enable-doc
$ make
$ sudo make install


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user