Changeset 90

Show
Ignore:
Timestamp:
01/15/07 01:46:43 (2 years ago)
Author:
KirkMcDonald
Message:

Updated install docs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/html_doc/install.html

    r86 r90  
    3030<h3>Requirements</h3> 
    3131 
    32 <p>Pyd requires Python 2.4 or newer and the latest version of DMD (on Windows) or GDC (on Linux). At the time of this writing, those versions are DMD 0.177 and GDC 0.20.</p> 
     32<p>Pyd requires Python 2.4 or newer and the latest version of DMD (on Windows) or GDC (on Linux). At the time of this writing, those versions are DMD 1.00 and GDC 0.21.</p> 
    3333 
    3434<p>Pyd is supported on Windows using the <a href="http://digitalmars.com/d/index.html">DMD</a> compiler and on Linux using <a href="http://dgcc.sourceforge.net/">GDC</a>. Support for Derek Parnell's <code>bud</code> is also planned.</p> 
    3535 
    36 <p>Because Pyd is still in development, it is only available via Subversion. The repository is located <a href="http://svn.dsource.org/projects/pyd/trunk">here</a>.</p> 
     36<p>Release Candidate 1 of Pyd is available on dsource:</p> 
     37<ul> 
     38<li><a href="http://dsource.org/projects/pyd/browser/downloads/celerid-RC1.zip?format=raw">celerid-RC1.zip</a> (395 KB)</li> 
     39<li><a href="http://dsource.org/projects/pyd/browser/downloads/celerid-RC1.tar.bz2?format=raw">celerid-RC1.tar.bz2</a> (284 KB)</li> 
     40</ul> 
     41 
     42<p>Pyd's Subversion repository is located <a href="http://svn.dsource.org/projects/pyd/trunk">here</a>.</p> 
    3743 
    3844<h3>Installation</h3> 
    3945 
    40 <p>Pyd installs itself as a Python package called <a href="celerid.html"><code>celerid</code></a>. Once you have downloaded the "trunk" directory, simply run <code>python setup.py install</code> in that directory, and the <code>celerid</code> directory will be created in Python's site-packages directory.</p> 
     46<p>Pyd installs itself as a Python package called <a href="celerid.html"><code>celerid</code></a>. Once you have extracted the archive (or downloaded the "trunk" directory), simply run <code>python setup.py install</code>, and the <code>celerid</code> directory will be created in Python's site-packages directory.</p> 
    4147 
    4248<p>CeleriD is an extension to distutils. It tells Python how to use the D compiler. By default, it uses the first version of the compiler that it can find on the system PATH. If the compiler is not on your PATH, or you wish to specify a specific version of it, you may set the DMD_BIN or GDC_BIN environment variable (for Windows and Linux, respectively) to point to the executable you wish to use.</p> 
  • trunk/raw_html/install.html

    r62 r90  
    1414<h3>Requirements</h3> 
    1515 
    16 <p>Pyd requires Python 2.4 or newer and the latest version of DMD (on Windows) or GDC (on Linux). At the time of this writing, those versions are DMD 0.177 and GDC 0.20.</p> 
     16<p>Pyd requires Python 2.4 or newer and the latest version of DMD (on Windows) or GDC (on Linux). At the time of this writing, those versions are DMD 1.00 and GDC 0.21.</p> 
    1717 
    1818<p>Pyd is supported on Windows using the <a href="http://digitalmars.com/d/index.html">DMD</a> compiler and on Linux using <a href="http://dgcc.sourceforge.net/">GDC</a>. Support for Derek Parnell's <code>bud</code> is also planned.</p> 
    1919 
    20 <p>Because Pyd is still in development, it is only available via Subversion. The repository is located <a href="http://svn.dsource.org/projects/pyd/trunk">here</a>.</p> 
     20<p>Release Candidate 1 of Pyd is available on dsource:</p> 
     21<ul> 
     22<li><a href="http://dsource.org/projects/pyd/browser/downloads/celerid-RC1.zip?format=raw">celerid-RC1.zip</a> (395 KB)</li> 
     23<li><a href="http://dsource.org/projects/pyd/browser/downloads/celerid-RC1.tar.bz2?format=raw">celerid-RC1.tar.bz2</a> (284 KB)</li> 
     24</ul> 
     25 
     26<p>Pyd's Subversion repository is located <a href="http://svn.dsource.org/projects/pyd/trunk">here</a>.</p> 
    2127 
    2228<h3>Installation</h3> 
    2329 
    24 <p>Pyd installs itself as a Python package called <a href="celerid.html"><code>celerid</code></a>. Once you have downloaded the "trunk" directory, simply run <code>python setup.py install</code> in that directory, and the <code>celerid</code> directory will be created in Python's site-packages directory.</p> 
     30<p>Pyd installs itself as a Python package called <a href="celerid.html"><code>celerid</code></a>. Once you have extracted the archive (or downloaded the "trunk" directory), simply run <code>python setup.py install</code>, and the <code>celerid</code> directory will be created in Python's site-packages directory.</p> 
    2531 
    2632<p>CeleriD is an extension to distutils. It tells Python how to use the D compiler. By default, it uses the first version of the compiler that it can find on the system PATH. If the compiler is not on your PATH, or you wish to specify a specific version of it, you may set the DMD_BIN or GDC_BIN environment variable (for Windows and Linux, respectively) to point to the executable you wish to use.</p>