Skip to content

Instantly share code, notes, and snippets.

@jpf91
Created March 10, 2014 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpf91/9464455 to your computer and use it in GitHub Desktop.
Save jpf91/9464455 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<meta name="keywords" content="GNU D Compiler, GDC, D programming language">
<meta name="description" content="GNU D Compiler">
<link rel="stylesheet" href="/style/main.css" type="text/css" media="all" charset="utf-8">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<title>GDC - D Programming Language for GCC</title>
</head>
<body>
<center><a href="/"><img src="/images/gdc-logo.png" alt="GDC Project Revived" width="200px"></a></center>
<center>
<small>
[<a href="http://gdcproject.org">home</a>]
[<a href="http://gdcproject.org/contributing">contributing</a>]
[<a href="http://gdcproject.org/documentation">documentation</a>]
[<a href="http://bugzilla.gdcproject.org">bugs</a>]
[<a href="https://github.com/D-Programming-GDC/GDC">current git</a>]
[<a href="http://forum.dlang.org/group/D.gnu">mailing lists</a>]
[<a href="http://wiki.gdcproject.org">wiki</a>]
</small>
</center>
<a href="https://github.com/D-Programming-GDC">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="/images/github-ribbon.png" alt="Fork me on GitHub">
</a>
<div class="page">
<h3>Source code</h3>
<p>For access to the current development sources of GDC, visit
<a href="https://github.com/D-Programming-GDC/GDC">our git repository</a>.
<h3>Linux distribution packages</h3>
<p> Official packages are available for these linux distributions:
<ul>
<li><a href="https://www.archlinux.org/packages/?sort=&arch=i686&arch=x86_64&q=gdc">Arch Linux</a></li>
<li><a href="http://packages.ubuntu.com/search?keywords=gdc&searchon=names&exact=1&suite=all&section=all">Ubuntu</a></li>
</ul>
<h3>Binary releases</h3>
<p> We will provide automated binary releases for various architectures in the near future. For the time
being we only provide binary releases which target the ARM platform.
<p> This page contains native and cross compilers. A native compiler creates executables for the system it runs on.
A cross-compiler runs on 'host' and generates code for 'target'. The headings on this page specify the compiler 'host',
the entries in the Target column specify the 'target'.
{{#Host}}
<h4>{{name}} ({{triplet}})</h4>
<div class="hostBox">
{{#DownloadSet}}
<div class="dlBox">
<div class="dlTarget">{{name}}</div>
<table>
<tr>
<th class="dlHostCol">{{targetHeader}}</th>
<th class="dlCommentCol">Comment</th>
<th>DMDFE</th>
<th>Runtime</th>
<th>GCC</th>
<th>Multilib</th>
<th>GDC revision</th>
<th>Build Date</th>
<th></th>
</tr>
{{#DownloadEntry}}
<tr>
<td>{{target}}</td>
<td>{{comment}}</td>
<td>{{dmdFE}}</td>
<td>{{runtime}}</td>
<td>{{gcc}}</td>
<td>{{{multilib}}}</td>
<td>{{gdcRev}}</td>
<td>{{buildDate}}</td>
<td><a href="{{url}}">Download</a></td>
</tr>
{{/DownloadEntry}}
</table>
</div>
{{/DownloadSet}}
<a class="archiveLink" href="{{archiveURL}}">Release archive</a>
</div>
{{/Host}}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment