Release notes for the gEDA/gaf 20041228 snapshot

Changes


Bugs/Errata/Known Issues/Last Minute Issues



Download



Source Tarballs



Required Libraries/Programs



Binaries



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. geda
    8. utils
    9. docs
    10. examples