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/gschemPATH_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).