<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>Gobo Eiffel: Downloading Instructions</title>
</head>

<body bgcolor="#FFFFFF">

<table border="0" width="100%">
    <tr>
        <td><font size="6"><strong>Downloading Instructions</strong></font></td>
        <td align="right"><a href="index.html"><img
        src="image/previous.gif" alt="Previous" border="0"
        width="40" height="40"></a><a href="license.html"><img
        src="image/next.gif" alt="Next" border="0" width="40"
        height="40"></a></td>
    </tr>
</table>

<hr size="1">

<p>The main concern of the <a href="index.html"><em>Gobo Eiffel
Project</em></a> is to provide the Eiffel community with <a
href="license.html">free</a> and <a href="portability/index.html">portable</a>
Eiffel tools and libraries. You might want to read the following
files before downloading the latest version of <em>Gobo Eiffel</em>:</p>

<blockquote>
    <p><a href="../Readme.txt"><tt>Readme.txt</tt></a><font
    face="Times New Roman"><br>
    </font><a href="../Release_notes.txt"><tt>Release_notes.txt</tt></a><tt><br>
    </tt><a href="../History.txt"><tt>History.txt</tt></a></p>
</blockquote>

<h2><a name="License">License Agreement</a></h2>

<p>All source code and binary programs included in <em>Gobo
Eiffel</em> are distributed under the terms and conditions of the
<a href="http://opensource.org/licenses/mit-license.html">MIT
License</a>:</p>

<blockquote>
    <table border="1" cellpadding="5" cellspacing="0"
    bgcolor="#FFFFC9">
        <tr>
            <td><strong>The MIT License</strong><p>Copyright (c)
            &lt;year&gt; &lt;copyright holders&gt;</p>
            <p><font size="2">Permission is hereby granted, free
            of charge, to any person obtaining a copy of this
            software and associated documentation files (the
            &quot;Software&quot;), to deal in the Software
            without restriction, including without limitation the
            rights to use, copy, modify, merge, publish,
            distribute, sublicense, and/or sell copies of the
            Software, and to permit persons to whom the Software
            is furnished to do so, subject to the following
            conditions:</font></p>
            <p><font size="2">The above copyright notice and this
            permission notice shall be included in all copies or
            substantial portions of the Software.</font></p>
            <p><font size="2">THE SOFTWARE IS PROVIDED &quot;AS
            IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
            IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
            OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
            AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
            COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
            OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
            TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
            CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
            DEALINGS IN THE SOFTWARE.</font></p>
            </td>
        </tr>
    </table>
</blockquote>

<p>This license is an <a
href="http://opensource.org/licenses/mit-license.html">OSI
Approved License</a> and a <a
href="http://www.gnu.org/licenses/license-list.html#X11License">GPL-Compatible
Free Software License</a>.</p>

<h2>Downloading Instructions</h2>

<p><em>Gobo Eiffel </em>version 3.9 and older versions can be
downloaded from <a
href="https://sourceforge.net/project/showfiles.php?group_id=24591&amp;package_id=57904">SourceForge</a>.
The package has been split into two parts. The source code is
available in files of the form:</p>

<blockquote>
    <ul>
        <li>Windows: <a
            href="https://sourceforge.net/project/showfiles.php?group_id=24591&amp;package_id=57904">gobo39-src.7z</a>
            or <a
            href="https://sourceforge.net/project/showfiles.php?group_id=24591&amp;package_id=57904">gobo39-src.zip</a></li>
        <li>Unix/Linux: <a
            href="https://sourceforge.net/project/showfiles.php?group_id=24591&amp;package_id=57904">gobo39-src.tar.gz</a></li>
    </ul>
</blockquote>

<p>They contain everything except the binary files of tools (e.g.
<em>gec</em>, <em>geant</em>, <em>geyacc</em>). You can either
built them from the source code using one of the following
commands:</p>

<blockquote>
    <ul>
        <li>Windows: <font face="Courier New">%GOBO%\install.bat <em>&lt;c_compiler&gt;</em></font></li>
        <li>Unix/Linux: <font size="3" face="Courier New">$GOBO/install.sh
            </font><font face="Courier New"><em>&lt;c_compiler&gt;</em></font></li>
    </ul>
</blockquote>

<p>where <em>&lt;c_compiler&gt;</em> is a C compiler installed on
your computer (for example use <em>msc</em> for Microsoft C
compiler or <em>gcc</em> for GNU C compiler). You can also
download the file of the form:</p>

<blockquote>
    <ul>
        <li><a
            href="https://sourceforge.net/project/showfiles.php?group_id=24591&amp;package_id=57904">gobo39-bin-<em>&lt;platform&gt;</em>.<em>&lt;extension&gt;</em></a></li>
    </ul>
</blockquote>

<p>corresponding to your platform if it is already available. In
such a case you just have to copy the binary files into the
directory <em>$GOBO/bin</em>.</p>

<h2>Known Bugs</h2>

<p>A list of the known defects along with eventual bug fixes or
workarounds is available in the <a
href="https://sourceforge.net/tracker/?atid=381937&amp;group_id=24591&amp;func=browse">bug
tracker</a> on SourceForge. If you find a bug which does not
appear in this list yet, please <a
href="https://sourceforge.net/tracker/?func=add&amp;group_id=24591&amp;atid=381937">report
it</a>. We will try to provide a bug fix as soon as possible
(usually within one or two days).</p>

<p>You can also subscribe to the <em>Gobo Eiffel</em> <a
href="http://groups.yahoo.com/group/gobo-eiffel/">mailing list</a>
and take part to the discussions or ask your questions there.
Another <a
href="http://lists.sourceforge.net/lists/listinfo/gobo-eiffel-develop">mailing
list</a> for discussions about the features under <a
href="https://sourceforge.net/projects/gobo-eiffel/">development</a>
in the <a href="https://sourceforge.net/scm/?type=git&group_id=24591">Git
version</a> is hosted at SourceForge.</p>

<hr size="1">

<table border="0" width="100%">
    <tr>
        <td><address>
            <font size="2"><b>Copyright © 1997-2008</b></font><font
            size="1"><b>, </b></font><font size="2"><strong>Eric
            Bezault</strong></font><strong> and others</strong><font
            size="2"><br>
            <strong>mailto:</strong></font><a
            href="mailto:ericb@gobosoft.com"><font size="2">ericb@gobosoft.com</font></a><font
            size="2"> <br>
            <strong>http:</strong></font><a
            href="http://www.gobosoft.com"><font size="2">//www.gobosoft.com</font></a><font
            size="2"><br>
            <strong>Last Updated:</strong> 21 March 2010</font><br>
            <!--webbot bot="PurpleText"
            preview="
$Date$ 
$Revision$"
            --> 
        </address>
        </td>
        <td align="right" valign="top"><a
        href="http://www.gobosoft.com"><img src="image/home.gif"
        alt="Home" border="0" width="40" height="40"></a><a
        href="index.html"><img src="image/toc.gif" alt="Toc"
        border="0" width="40" height="40"></a><a
        href="index.html"><img src="image/previous.gif"
        alt="Previous" border="0" width="40" height="40"></a><a
        href="license.html"><img src="image/next.gif" alt="Next"
        border="0" width="40" height="40"></a></td>
    </tr>
</table>
</body>
</html>
