[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: download.html
User: ahvezda
Date: 06/10/08 23:19:48
Modified: . download.html
Log:
Misc website updates
Revision Changes Path
1.26 +187 -184 eda/geda/website/download.html
(In the diff below, changes in quantity of whitespace are not shown.)
Index: download.html
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/website/download.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- download.html 30 Sep 2006 18:55:39 -0000 1.25
+++ download.html 9 Oct 2006 03:19:48 -0000 1.26
@@ -1,38 +1,35 @@
-<HTML>
+<html><head><title>gEDA Project Downloads</title>
-<HEAD>
-<TITLE>gEDA Project Downloads </TITLE>
-<STYLE TYPE="text/css" MEDIA="all" TITLE="Default">
+<style type="text/css" media="all" title="Default">
@IMPORT URL(./geda.css);
-</STYLE>
+</style>
-<LINK rel="icon" href="favicon.ico" type="image/x-icon">
-<LINK rel="shortcut icon" href="favicon.ico" type="image/x-icon">
+<link rel="icon" href="http://geda.seul.org/favicon.ico" type="image/x-icon">
+<link rel="shortcut icon" href="http://geda.seul.org/favicon.ico" type="image/x-icon"></head>
-</HEAD>
-
-<BODY>
+<body>
<div id="nav">
-<IMG SRC="./graphics/navlogo.gif" WIDTH="105" HEIGHT="24">
+<img src="./graphics/navlogo.gif" width="105" height="24">
<ul>
[
-<li> <A HREF="./index.html">Home</A> </li> |
-<li> <A HREF="./news/index.html">News</A> </li> |
-<li> <A HREF="./screenshots/index.html">Screenshots</A> </li> |
-<li> <A HREF="./tools/index.html">Tools</A> </li> |
-<li> <A HREF="./download.html"></A>Download </li> |
-<li> <A HREF="./mailinglist/index.html">Lists</A> </li> |
-<li> <A HREF="http://geda.seul.org/wiki">Docs</A> </li> |
-<li> <A HREF="./developer.html">Devel</A> </li> |
-<li> <A HREF="./search.html">Search</A> </li> |
-<li> <A HREF="./links.html">Links</A> </li>
+<li> <a href="http://geda.seul.org/index.html">Home</a> </li> |
+<li> <a href="http://geda.seul.org/news/index.html">News</a> </li> |
+<li> <a href="http://geda.seul.org/screenshots/index.html">Screenshots</a> </li> |
+<li> <a href="http://geda.seul.org/tools/index.html">Tools</a> </li> |
+<li> <a href="http://geda.seul.org/download.html"></a>Download </li> |
+<li> <a href="http://geda.seul.org/mailinglist/index.html">Lists</a> </li> |
+<li> <a href="http://geda.seul.org/wiki">Docs</a> </li> |
+<li> <a href="http://geda.seul.org/developer.html">Devel</a> </li> |
+<li> <a href="http://geda.seul.org/search.html">Search</a> </li> |
+<li> <a href="http://geda.seul.org/links.html">Links</a> </li>
]
</ul>
+<br>
<h3>
-<A HREF="./download.html"></A>Download
+<a href="http://geda.seul.org/download.html"></a>Download
</h3>
</div>
@@ -48,225 +45,231 @@
<a name="installing"></a>
<h2> Downloading and installing gEDA</h2>
</center>
+
<p>
-You may download and install gEDA using several different methods.
-Each method has its advantages and disadvantages. Please read the
-descriptions of the different files and install methods below before you
-download gEDA. Also, if one install method doesn't work for you, please
+Several different methods to install gEDA exist. Select your
+installation method depending upon your Linux distribution and your
+level of expertise. If one install method doesn't work for you, please
try a different one. Consult the <a href="http://geda.seul.org/wiki/">
-gEDA wiki</a> for further download/install tips.
+gEDA wiki</a> for further download/install tips. Also, if this is
+your first time installing gEDA, please read
+the gEDA <a href="#words">words to the wise</a>.
</p>
+<center>
+<a name="binaries"></a>
+<br>
+<h3> Distribution Packages / Binaries</h3>
+</center>
-<h3> Some words to the wise:</h3>
-
-
-<li>gEDA is a set of <strong>GNU/Linux or Unix</strong>-native programs.
-There is no Windows version. However, since most programs are based
-on the cross-platform GTK+ libraries, it is theoretically 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.</li>
+<p>
+Installing gEDA using a pre-built package is the most painless method
+to install the software. Automated package installers like "yum" or
+"apt-get" handle all dependencies for you. Newbies should use these
+methods to install gEDA on their systems. Alternately, good old "rpm"
+will also work, although you may need to install dependencies first.
+</p>
-<li>The gEDA programs use the GTK+ libraries. If you are running KDE, you
-should have no problem building and installing them <strong> as long as
-the GTK+ libraries are installed on your system.</strong></li>
+<table cellpadding="2" cellspacing="0" style="border: 1px solid rgb(150, 150, 150); text-align: left;"
+width="100%" border=1>
-<li>gEDA/gaf, as well as the gEDA-allied programs have certain
-dependencies. These are libraries and other programs which must be present on
-your system to build and run gEDA successfully. When trying to
-install gEDA, you may find that you need to install other, seemingly
-unrelated programs first. This is part of the <strong>normal</strong>
-process of installing GNU/Linux or Unix software. Note that the
-installation methods presented below provide you with different
-approaches to handling the dependency issue. (Also, gEDA/gaf has a
-very light dependency footprint. However, other gEDA-allied programs
-may have more dependencies.) If you find you are missing dependencies
-during the installation process <strong>don't dispair!</strong>
-Overcoming any dependency issue is a simple matter of installing the
-required program or library.
+<tbody><tr>
+ <th style="background-color: rgb(245, 245, 245);">Linux Distro</th>
+ <th style="background-color: rgb(245, 245, 245);">Installation method</th>
+ <th style="background-color: rgb(245, 245, 245);">Install files</th>
+ <th style="background-color: rgb(245, 245, 245);">Creator/maintainer</th>
+ <th style="background-color: rgb(245, 245, 245);">Comment</th>
+</tr>
-<p>
-<hr>
-<center>
-<A NAME="binaries"></A>
-<H2> Distribution Packages / Binaries</H2>
-</center>
-<p>
+<tr>
+<td valign="top">Fedora Core 5</td>
+<td valign="top">yum install geda-*<br>
+ yum install pcb-*</td>
+<td valign="top"><a href="http://fedoraproject.org/wiki/Extras?highlight=%28extras%29">RPMs</a></td>
+<td valign="top">Chitlesh Goorah/Fedora Project</td>
+<td valign="top">Major parts of gEDA are now part of the
+<a href="http://fedoraproject.org/wiki/Extras?highlight=%28CategoryExtras%29">Fedora Extras</a>
+ project!</td>
+</tr>
+<tr>
+<td valign="top">Fedora Core 5</td>
+<td valign="top" width="200">rpm --install geda-*<br>
+ rpm --install libgeda-*<br>
+ rpm --install pcb-*</td>
+<td valign="top"><a href="http://www.sp5pbe.waw.pl/~sp5smk/geda.html">RPMs</a></td>
+<td valign="top">Wojciech Kazubski</td>
+<td valign="top">When you install FC5, select "software development" packages.
+Beyond that you might also need to install the following RPMs:
+guile-devel, libstroke.</td>
+</tr>
-<h3> What are these files?</h3>
-These files hold precompiled binary executables in formats
-compatible with modern package management tools like apt-get, yum, and
-so on. One file exists for each component of gEDA/gaf. In some cases,
-binary packages are also available for other gEDA-allied programs such as PCB.
-</p>
-<p>
-If you are looking for a specific gEDA program, and a packaged
-binary doesn't exist here, try Googling for it.
-</p>
+<tr>
+<td valign="top">Fedora Core 4 and previous FC and RedHat systems</td>
+<td valign="top">rpm --install geda-*<br>
+ rpm --install libgeda-*<br>
+ rpm --install pcb-*</td>
+<td valign="top"><a href="http://www.sp5pbe.waw.pl/~sp5smk/geda-old.html">RPMs</a></td>
+<td valign="top">Wojciech Kazubski</td>
+<td valign="top">When you install FC5, select "software development" packages.
+Beyond that you might also need to install the following RPMs:
+guile-devel, libstroke.</td>
+</tr>
-<p>
-<h3> Why should I install using these packages?</h3>
-Use these packages if you want to let apt-get, yum, etc. sort out any
-dependencies required on your system. Installing these binaries
-is also much quicker than installing using any source-based method.
-For users of common GNU/Linux distributions this is usually the easiest
-method to install gEDA. Also, the Fink packages available here are
-the only way to get gEDA up and running on a Mac. On the other hand,
-not all gEDA-allied packages exist as binary distributions. If you
-are looking for a paricular program, check first that it exists here.
-Then Google. </p>
+<tr>
+<td valign="top">SuSE</td>
+<td valign="top">yast</td>
+<td valign="top"><a href="http://software.opensuse.org/download/home:/werner2101/">RPMs</a></td>
+<td valign="top">Werner Hoch</td>
+<td valign="top"> </td>
+</tr>
-<LI> <A HREF="http://packages.debian.org/cgi-bin/search_packages.pl?keywords=geda&searchon=names&subword=1&version=all&release=all">Download DEBs</a> (Debian) Created by Hamish Moffatt</LI>
-<LI> <A HREF="http://www.sp5pbe.waw.pl/~sp5smk/geda.html">Download RPMs</a> (RedHat and variants) Created by Wojciech Kazubski</LI>
-<LI> <A HREF="http://www.ghz.cc/charles/fink/">Download Fink Packages</a> (Mac OSX) Created by Charles Lepple</LI>
-<br>
-<hr/>
+<tr>
+<td valign="top">Debian</td>
+<td valign="top">apt-get install geda</td>
+<td valign="top"><a href="http://packages.debian.org/cgi-bin/search_packages.pl?keywords=geda&searchon=names&subword=1&version=all&release=all">.deb files</a></td>
+<td valign="top">Hamish Moffatt</td>
+<td valign="top"> Download .debs appropriate for
+the maturity level of your distro (stable, testing, etc.)</td>
+</tr>
-<p>
-<center>
-<A NAME="iso"></A>
-<H2> gEDA Suite CDROM</H2>
-</center>
-<p>
+<tr>
+<td valign="top">Mac OSX</td>
+<td valign="top"> </td>
+<td valign="top"><a href="http://www.ghz.cc/charles/fink/">fink packages</a></td>
+<td valign="top">Charles Lepple</td>
+<td valign="top">Instructions provided in <a href="http://www.ghz.cc/charles/fink/">link</a></td>
+</tr>
-<h3> What is this?</h3>
-<p>
-This file holds the "gEDA Suite" in a single .iso file. The "gEDA
-Suite" moniker designates about ten major tools useful for electronic
-design, including:
-</p>
-<p>
-<li>gEDA/gaf -- Schematic capture and netlisting</li>
-<li>PCB -- PCB layout</li>
-<li>gerbv -- Gerber file viewer</li>
-<li>ngspice -- Analog SPICE simulation</li>
-<li>gnucap -- Next-gen analog simulation</li>
-<li>Icarus Verilog -- Digital design/simulation</li>
-<li>GTKWave -- Waveform viewing</li>
-<li>several other useful tools</li>
-</p>
+</tbody></table>
-<p>
-Each program is held as a source tarball in the .iso file. The .iso
-file also holds a stand-alone install wizard which opens each
-tarball, and builds and installs the program on your machine. The
-wizard also tries to determine any missing dependencies and will
-install the required package for you as root. Note that the wizard will
-run <strong>only</strong> on GNU/Linux.
-</p>
+<hrule>
-<p>
-<h3> Why should I install using the .iso?</h3>
-<p>
-Use the gEDA Suite .iso if you want to grab all components of the
-"gEDA Suite" in a single, convenient (albeit large) download. You
-should also use the .iso to install if you want to let the wizard
-handle the package build for you, and your system is amongst those
-listed below.
-</p>
+<center>
+<a name="iso"></a>
+<br>
+<h3> gEDA Suite CDROM</h3>
+</center>
<p>
-This .iso with the bundled install wizard
-tends to work well, but you might hit a snag if your GNU/Linux distro is
-too old, too new, or strangely configured. The .iso has been
-tested and is known to work on the following systems:
-<br/>
-<li>Fedora Core 4</li>
-<li>Fedora Core 5</li>
-<li>SuSE 9.3</li>
-<li>SuSE 10.0</li>
-<br/>
-It should work with most recent GNU/Linux distros which have the build
-tools installed (Ubuntu doesn't).
-On the other hand,
-since the distribution producers like to change their configurations
-with each new release, there are no guarantees that the installer will
-run to completion on your particular system.
-If you have a problem using this CD, try reading INSTALL file below,
-or consult the
-install notes available on the
-<a href="http://geda.seul.org/wiki/">
-gEDA wiki</a>.
+The gEDA Suite CDROM holds the most comprehensive set of gEDA-allied
+applications as source tarballs.
+The CDROM includes an "install wizard" which builds and
+installs all
+programs from source.
+The install wizard also attempts to install any dependencies you are
+missing (common dependencies are also held on the image as source tarballs).
+Use the CDROM
+to install the entire gEDA Suite if you want all programs allied with
+the gEDA project, and your machine already has software build tools (make, gcc, etc.) installed.
</p>
-<!---
-<font color="#FF0000"><strong>New users</strong></font>: For new users having trouble installing gEDA using their distribution's packages, please install the gEDA tools using the installer on the gEDA Suite CDROM. <p>
--->
-
-<table cellpadding="2" cellspacing="0" style="text-align: left; border-style: solid; border-color: #d0d0d0; border-width: 1px;" width="100%">
+<table cellpadding="2" cellspacing="0" style="border: 1px solid rgb(150, 150, 150); text-align: left;"
+width="100%" border="1">
-<tr>
- <th style="background-color: #f5f5f5;">Package</th>
- <th style="background-color: #f5f5f5;">Version</th>
- <th style="background-color: #f5f5f5;">FTP</th>
- <th style="background-color: #f5f5f5;">HTTP</th>
+<tbody><tr>
+ <th style="background-color: rgb(245, 245, 245);">Item</th>
+ <th style="background-color: rgb(245, 245, 245);">Version</th>
+ <th style="background-color: rgb(245, 245, 245);">FTP</th>
+ <th style="background-color: rgb(245, 245, 245);">HTTP</th>
- <th style="background-color: #f5f5f5;">Description</th>
+ <th style="background-color: rgb(245, 245, 245);">Description</th>
</tr>
<tr>
-<td><a href="./dist/suite/20060907/README-CD">README-CD</a></td>
-<td>20060907</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060907/README-CD">Download</a></td>
-<td><a href="./dist/suite/20060907/README-CD">Download</a></td>
-<td><a href="./dist/suite/20060907/README-CD">README-CD</a> <font color="FF0000"><IMG ALIGN="middle" SRC="./graphics/pointer.png"> Read this!</font> </td>
+<td valign="top">README file</td>
+<td valign="top">20060907</td>
+<td valign="top"><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060907/README-CD">Download</a></td>
+<td valign="top"><a href="http://geda.seul.org/dist/suite/20060907/README-CD">Download</a></td>
+<td valign="top">README accompanying CD <font color="#ff0000"><img align="middle" src="./graphics/pointer.png"> Read this!</font> </td>
</tr>
<tr>
-<td><a href="./dist/suite/20060907/INSTALL">INSTALL</a></td>
-<td>20060907</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060907/INSTALL">Download</a></td>
-<td><a href="./dist/suite/20060907/INSTALL">Download</a></td>
-<td><a href="./dist/suite/20060907/INSTALL">INSTALL</a> <font color="FF0000"><IMG ALIGN="middle" SRC="./graphics/pointer.png"> Read this!</font> </td>
+<td valign="top">Install instructions</td>
+<td valign="top">20060907</td>
+<td valign="top"><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060907/INSTALL">Download</a></td>
+<td valign="top"><a href="http://geda.seul.org/dist/suite/20060907/INSTALL">Download</a></td>
+<td valign="top">Install instructions<font color="#ff0000"><img align="middle" src="./graphics/pointer.png"> Read this!</font> </td>
</tr>
<tr>
-<td>gEDA Suite</td>
-<td>20060907</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060907/geda-install-20060907.iso">Download</a></td>
-<td><a href="http://geda.seul.org/dist/suite/20060907/geda-install-20060907.iso">Download</a></td>
-<td>CDROM image (iso) - 129 MB</td>
+<td valign="top">gEDA Suite .iso file</td>
+<td valign="top">20060907</td>
+<td valign="top"><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060907/geda-install-20060907.iso">Download</a></td>
+<td valign="top"><a href="http://geda.seul.org/dist/suite/20060907/geda-install-20060907.iso">Download</a></td>
+<td valign="top">CDROM image (iso) - 129 MB</td>
</tr>
-</table>
+</tbody></table>
<b>Note</b>: The installer only works on GNU/Linux i386.<br>
-md5sum of the ISO image is: 299d932de1addae78ced0757dd608489
+md5sum of the ISO image is: 558be05efd319bdada9ec8298ae0aca0
<br>
-Created by <A HREF="http://www.brorson.com/gEDA/">Stuart Brorson</A><br>
+Created by <a href="http://www.brorson.com/gEDA/">Stuart Brorson</a><br>
-<br>
-<p>
-<hr/>
<center>
-<A NAME="sources"></A>
-<H2> Sources </H2>
+<a name="sources"></a>
+<br>
+<h3> Sources </h3>
</center>
<p>
-To download the source code to all packages within the gEDA Suite, please visit the <A HREF="./sources.html">sources download page</A>.
-<p>
+gEDA is
+<a href="http://www.gnu.org/philosophy/free-sw.html">free</a> / <a href="http://www.opensource.org/docs/definition_plain.php">open-source</a> software.
+Developers interested in getting all sources can either use the CDROM
+(above), or they can download the individual components from the
+<a href="http://geda.seul.org/sources.html">sources download page</a>.
+</p>
+<center>
+<a name="words"></a>
<br>
+<h3>Words to the Wise</h3>
+</center>
+
<p>
+<ul>
+<li>gEDA is a set of <strong>GNU/Linux or Unix</strong>-native programs.
+There is <b>no supported Windows version</b>. However, since most programs are based
+on the cross-platform GTK+ libraries, it is theoretically 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.</li>
+<br>
+
+<li>The gEDA programs use the GTK+ libraries. If you are running KDE, you
+should have no problem building and installing them <strong> as long as
+the GTK+ libraries are installed on your system.</strong></li>
+<br>
+
+<li>gEDA/gaf, as well as the gEDA-allied programs have certain
+dependencies. These are libraries and other programs which must be present on
+your system to build and run gEDA successfully. When trying to
+install gEDA, you may find that you need to install other, seemingly
+unrelated programs first. This is part of the <strong>normal</strong>
+process of installing GNU/Linux or Unix software. Note that the
+installation methods presented above provide you with different
+approaches to handling the dependency issue. (Also, gEDA/gaf has a
+very light dependency footprint. However, other gEDA-allied programs
+may have more dependencies.) If you find you are missing dependencies
+during the installation process <strong>don't despair!</strong>
+Overcoming any dependency issue is a simple matter of installing the
+required program or library.
+</ul>
+</p>
</div>
<div id="footer">
<h5>
Last update:
-$Id: download.html,v 1.25 2006/09/30 18:55:39 ahvezda Exp $
+$Id: download.html,v 1.26 2006/10/09 03:19:48 ahvezda Exp $
</h5>
</div>
-</BODY>
-</HTML>
-
-
+</body></html>
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs