First version

pbosetti
2012-05-18 23:54:22 -07:00
parent 032e64f7be
commit 644cfd12af
+36
@@ -0,0 +1,36 @@
Currently, mruby compiles and runs under the platforms reported hereafter.
**Note**: this is not an exhaustive list: if you find your preferred system missing in the table, add it!
<table>
<tr>
<th>SHA</th><th>OS</th><th>Toolchain</th><th>Compiles</th>
</tr>
<tr>
<td>cb8b4691</td>
<td>Apple OS X 10.7</td>
<td>Xcode 4.3</td>
<td>YES</td>
</tr>
<tr>
<td>cb8b4691</td>
<td>Apple OS X 10.8</td>
<td>Xcode 4.4</td>
<td>YES</td>
</tr>
<tr>
<td>cb8b4691</td>
<td>Debian Linux 6.0.3</td>
<td>GCC 4.5</td>
<td>YES</td>
</tr>
<tr>
<td>cb8b4691</td>
<td>Ubuntu Linux 12.04</td>
<td>GCC 4.5</td>
<td>YES</td>
</table>