Release notes for the gEDA/gaf 20070216 snapshot

Changes


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



Download



Required Libraries/Programs



Packages/Binaries/Installers



Building/Installing/Running


  1. Download *all* the above files and the required libraries.
  2. Build and install the required and optional libraries.
  3. Untar all of the geda tar files in the same directory.
  4. Set the prefix= variable in the Makefile
  5. Run: make and set the specified variables (PATH, LD_LIBRARY_PATH, and PKG_CONFIG_PATH)
  6. Run: make install
    This should complete with NO errors.
  7. Run: gschem and select Help/Manual... for all available documentation.

    Before you run gschem, gnetlist, gattrib, or gsymcheck you will need to set those three environment variables, or add them to a shell startup file (.bashrc, or .bash_profile or .profile)

  1. Download all the above files and the required libraries.
  2. Set the specified variables (PATH, LD_LIBRARY_PATH, and PKG_CONFIG_PATH) correctly to the place where you are installing everything.
  3. Build and install the required and optional libraries.
  4. Untar all of the geda tar files in the same directory.
  5. Go into each directory and run:
    ./configure [ with --prefix=$HOME/geda if you wish ]
    make install

    You must build and install the packages in the following order:

    1. libgeda
    2. symbols
    3. gschem
    4. gnetlist
    5. gsymcheck
    6. gattrib
    7. utils
    8. docs
    9. examples



Last Updated: Wed Mar 7 15:29:14 EST 2007