To build the git repository version of gEDA/gaf, follow these instructions:
$ ./autogen.sh $ ./configure --prefix=$HOME/geda $ make $ make install
PATH_WHERE_gEDA_GAF_IS_INSTALLED/bin/gschem
PATH_WHERE_gEDA_GAF_IS_INSTALLED/bin
to your PATH environment variable (typically done by modifying one of the following files: $HOME/.bashrc
, $HOME/.bash_profile
, or $HOME/.profile
).This is tested on Crunchbang Linux but should work on Debian and Ubuntu also.
$ sudo apt-get build-dep geda
$ sudo apt-get install texinfo
$ sudo apt-get install doxygen
$ ./autogen.sh $ ./configure --prefix=$HOME/geda [--enable-doxygen] $ make $ make install
MacPorts is an open-source community initiative to design an easy-to-use system for compiling, installing, and upgrading open-source software on the Mac OS X operating system. MacPorts has a packaged installation of gEDA/gaf but occasionally one needs a more up-to-date version (such as that from git). The easiest way to build from git HEAD on MacPorts is to install the packaged version (at time of writing, 1.6.2) as a way of bringing most of the dependencies into the MacPorts tree.
$ sudo port install geda-gaf
$ sudo port install doxygen
$ ./autogen.sh $ ./configure --prefix=$HOME/geda --disable-update-xdg-database [--enable-doxygen] $ make $ make install
$ export LTDL_LIBRARY_PATH=/opt/local/lib $ gschem