Changeset 90
- Timestamp:
- 01/15/07 01:46:43 (2 years ago)
- Files:
-
- trunk/html_doc/install.html (modified) (1 diff)
- trunk/raw_html/install.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/html_doc/install.html
r86 r90 30 30 <h3>Requirements</h3> 31 31 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> 33 33 34 34 <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> 35 35 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> 37 43 38 44 <h3>Installation</h3> 39 45 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> 41 47 42 48 <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 14 14 <h3>Requirements</h3> 15 15 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> 17 17 18 18 <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> 19 19 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> 21 27 22 28 <h3>Installation</h3> 23 29 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> 25 31 26 32 <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>
