diff options
| author | Mike Pall <mike> | 2015-11-04 14:13:39 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2015-11-04 14:13:39 +0100 |
| commit | 4f87367b0335d442d3e9dac3fd8ac2788a5756bc (patch) | |
| tree | 957bea15545dccd8a932dd4ad62b1c4bdc22b207 /doc/install.html | |
| parent | 0aa337a41c830f12928395683dc902028a1ffa89 (diff) | |
| download | luajit-4f87367b0335d442d3e9dac3fd8ac2788a5756bc.tar.gz luajit-4f87367b0335d442d3e9dac3fd8ac2788a5756bc.tar.bz2 luajit-4f87367b0335d442d3e9dac3fd8ac2788a5756bc.zip | |
Document minimum compiler requirements for 2.1 branch.
Diffstat (limited to 'doc/install.html')
| -rw-r--r-- | doc/install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.html b/doc/install.html index d9404b0e..a4cc7215 100644 --- a/doc/install.html +++ b/doc/install.html | |||
| @@ -114,14 +114,14 @@ operating systems, CPUs and compilers: | |||
| 114 | </tr> | 114 | </tr> |
| 115 | <tr class="odd separate"> | 115 | <tr class="odd separate"> |
| 116 | <td class="compatcpu">x86 (32 bit)</td> | 116 | <td class="compatcpu">x86 (32 bit)</td> |
| 117 | <td class="compatos">GCC 4.x+<br>GCC 3.4</td> | 117 | <td class="compatos">GCC 4.2+</td> |
| 118 | <td class="compatos">GCC 4.x+<br>GCC 3.4</td> | 118 | <td class="compatos">GCC 4.2+</td> |
| 119 | <td class="compatos">XCode 5.0+<br>Clang</td> | 119 | <td class="compatos">XCode 5.0+<br>Clang</td> |
| 120 | <td class="compatos">MSVC, MSVC/EE<br>WinSDK<br>MinGW, Cygwin</td> | 120 | <td class="compatos">MSVC, MSVC/EE<br>WinSDK<br>MinGW, Cygwin</td> |
| 121 | </tr> | 121 | </tr> |
| 122 | <tr class="even"> | 122 | <tr class="even"> |
| 123 | <td class="compatcpu">x64 (64 bit)</td> | 123 | <td class="compatcpu">x64 (64 bit)</td> |
| 124 | <td class="compatos">GCC 4.x+</td> | 124 | <td class="compatos">GCC 4.2+</td> |
| 125 | <td class="compatos">ORBIS (<a href="#ps4">PS4</a>)</td> | 125 | <td class="compatos">ORBIS (<a href="#ps4">PS4</a>)</td> |
| 126 | <td class="compatos">XCode 5.0+<br>Clang</td> | 126 | <td class="compatos">XCode 5.0+<br>Clang</td> |
| 127 | <td class="compatos">MSVC + SDK v7.0<br>WinSDK v7.0<br>Durango (<a href="#xboxone">Xbox One</a>)</td> | 127 | <td class="compatos">MSVC + SDK v7.0<br>WinSDK v7.0<br>Durango (<a href="#xboxone">Xbox One</a>)</td> |
