User Tools

Site Tools


geda:installation

Translations of this page are also available in the following languages: Français, Русский.

Installation help

This section provides some information useful to people who want to install gEDA onto their computers.

See the download page for more general information.

Debian distributions

The repository of the Debian distribution contains binary packages of the core geda/gaf tools including gschem, pcb, gnucap and gerbv. Due to license specifics some tools like ngspice might not be distributed by Debian (or might be in Debian “nonfree”). However, the geda suite will work nicely on Debian, if you have prepared your box by installing some development packages and built it yourself or installed it from somewhere else. For more detailed information, see the debian installation notes.

Fedora and RedHat distributions

For RedHat distributions you may wish to download the RPM binaries prepared by Wojciech Kazubski.

Since Fedora Core 5, major parts of gEDA are available from Fedora Core Extra.

For more informations read the fedora rpm installation notes.

SuSE and OpenSuSE distributions

For SuSE and OpenSuSE distributions there are rpm packages for several gEDA related programms. They've been prepared by Werner Hoch using the OpenSuSE Build Service.

You can install the rpm packages with YaST, yum or any other installation tool. The packages are located in a yum repository at OpenSuSE or OpenSuSE mirror.

For more informations read the SuSE rpm installation notes.

Ubuntu distributions

Mac OSX distributions

For Mac OSX distributions you may wish to download the latest Fink binaries prepared by Charles Lepple. See also notes on using gEDA on Mac.

Windows

gEDA is a set of GNU/Linux or Unix-native programs. There is no supported Windows version. However, since most programs are based on the cross-platform GTK+ libraries, it is possible to build a Windows version. Therefore, if you want a Windows version, please feel free to grab the sources and try to build one yourself.

Experimental releases of gEDA for Microsoft Windows™. Still a work in progress.

MinGW hooks are built into many of the gEDA applications. Therefore, knowledgeable individuals have been able to build, install, and run many of the tools on Windows systems. Also, the tools do run on Windows under the Cygwin environment. However, binary executables for most of the gEDA Suite are not currently distributed by the gEDA Project. If you are a developer and wish to provide ongoing support for Windows, please contact the project via the geda-user e-mailing list.

Please see the cygwin page on this wiki for more information on building gEDA using cygwin.

This worked to install geda on Windows XP on 3/9/2012:

  1. Get the snapshot file “build-20120307.zip” from http://www.delorie.com/pcb/geda-windows/ into a new folder gEDA on the C:/ hard drive.
  2. Extract the zipped files into the same folder (C:/gEDA).
  3. Run the geda-runtime.exe file to install runtime.
  4. Run the pcb-20110918.exe file to install pcb.
  5. Set environment variables under control panel → system → Advanced tab
    1. Click on “Environment Variables” (at bottom)
    2. Create the following User Variables (click on “New” to create):
      1. Name: PATH Value: \gEDA\bin
      2. Name: GUILE_LOAD_PATH Value: \gEDA\share\guile\1.8
      3. Name: GEDADATA Value: \gEDA\share\gEDA
  6. Copy the file “loaders.cache” from C:/Program Files/gEDA/bin and paste it into the existing folder C:/gEDA/lib/gdk-pixbuf-2.0/2.10.0
  7. The gschem program now should work properly. To run it, go to folder C:/gEDA/bin/ and double-click on the file “gschem.exe”/
  8. Create a subfolder C:/gEDA/Schematics, and save all of the files you create with gschem within this folder (or in further subfolders).
geda/installation.txt · Last modified: 2014/04/18 08:21 by vzh