Release notes for the gEDA/gaf 1.6.1-20100214 stable release

Summary


Notes/Bugs/Errata/Known Issues/Last Minute Issues



Download



Dependencies



Packages/Binaries/Installers



Building/Installing/Running


  1. Download and install all the required dependencies. You will probably want to use your distributions package management system (such as apt-get or yum) to install the dependencies.

  2. Download the geda-gaf-1.6.1 tarball.

  3. Untar the gEDA/gaf tarball by running (using GNU tar):
          tar xvfz geda-gaf-1.6.1.tar.gz
        
    Change directory into the newly created directory (geda-gaf-1.6.1)

  4. Build the software by executing the following commands inside of the geda-gaf-1.6.1 directory:
          ./configure --prefix=$HOME/geda
          make 
          make install
        
    If the above commands execute without any error messages, then you have successfully built and installed gEDA/gaf. If you encounter any errors, be sure to read the README and INSTALL files contained within the tarball.

  5. You can now run the various programs in the gEDA suite. Please read the README file which describes what is available.
    gschem is the schematic capture program and can be run by executing:
          PATH_WHERE_gEDA_GAF_IS_INSTALLED/bin/gschem
        
    It is recommended that you add 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).

    It is highly recommended that you read the gEDA documentation at this point. You can access the gEDA documentation by running gschem and select Help/gEDA Documentation... from the top menu.



Last Updated: Wed Feb 24 21:24:13 EST 2010