Improved package targets in cdc, added a zip package target,

updated the Getting Started tutorial with a link to D:YAML at
GitHub.
This commit is contained in:
Ferdinand Majerech 2011-08-16 18:35:27 +02:00
parent 283c42bf8f
commit 8e2572245f
6 changed files with 23 additions and 12 deletions

View file

@ -71,8 +71,9 @@ however, at the moment they are not as up to date as DMD.</p>
</div>
<div class="section" id="download-and-compile-d-yaml">
<h3>Download and compile D:YAML<a class="headerlink" href="#download-and-compile-d-yaml" title="Permalink to this headline"></a></h3>
<p>The newest version of D:YAML can be found <a class="reference external" href="TODO">here</a>. Download a source
archive, extract it, and move to the extracted directory.</p>
<p>The newest version of D:YAML can be found
<a class="reference external" href="https://github.com/Kiith-Sa/D-YAML">here</a>. Download a source archive, extract
it, and move to the extracted directory.</p>
<p>D:YAML uses a modified version of the <a class="reference external" href="http://dsource.org/projects/cdc/">CDC</a>
script for compilation. To compile D:YAML, you first need to build CDC.
Do this by typing the following command into the console:</p>