mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Reorganize compatibility table in install docs.
This commit is contained in:
parent
89fdee9cab
commit
5dcf630c54
@ -11,21 +11,30 @@
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
table.compat {
|
table.compat {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
width: 47em;
|
width: 600px;
|
||||||
}
|
}
|
||||||
tr.compathead td {
|
tr.compathead td {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
border-bottom: 2px solid #bfcfff;
|
||||||
|
}
|
||||||
|
tr.compathead td.compatos {
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
border-left: 1px solid #bfcfff;
|
border: 1px solid #bfcfff;
|
||||||
border-right: 1px solid #bfcfff;
|
font-size: 90%;
|
||||||
|
height: 2.5em;
|
||||||
|
}
|
||||||
|
td.compatcpu {
|
||||||
|
width: 16%;
|
||||||
|
border-right: 2px solid #bfcfff;
|
||||||
}
|
}
|
||||||
td.compatos {
|
td.compatos {
|
||||||
width: 25%;
|
width: 21%;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
td.compatcc {
|
td.compatno {
|
||||||
width: 25%;
|
background-color: #d0d0d0;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@ -78,34 +87,32 @@ operating system, CPU and compilers:
|
|||||||
</p>
|
</p>
|
||||||
<table class="compat">
|
<table class="compat">
|
||||||
<tr class="compathead">
|
<tr class="compathead">
|
||||||
<td class="compatos">OS / CPU</td>
|
<td class="compatcpu">CPU / OS</td>
|
||||||
<td class="compatcc">x86 (32 bit)</td>
|
<td class="compatos"><a href="#posix">Linux</a></td>
|
||||||
<td class="compatcc">x64 (64 bit)</td>
|
<td class="compatos"><a href="#posix">OSX<br>10.3-10.6</a></td>
|
||||||
<td class="compatcc">PPC/e500v2</td>
|
<td class="compatos"><a href="#posix">*BSD, other</a></td>
|
||||||
|
<td class="compatos"><a href="#windows">Windows<br>98/XP/Vista/7</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd separate">
|
<tr class="odd separate">
|
||||||
<td class="compatos"><a href="#posix">Linux</a></td>
|
<td class="compatcpu">x86 (32 bit)</td>
|
||||||
<td class="compatcc">GCC 4.x<br>GCC 3.4</td>
|
<td class="compatos">GCC 4.x<br>GCC 3.4</td>
|
||||||
<td class="compatcc">GCC 4.x</td>
|
<td class="compatos">GCC 4.x<br>GCC 3.4</td>
|
||||||
<td class="compatcc">GCC 4.3+</td>
|
<td class="compatos">GCC 4.x<br>GCC 3.4</td>
|
||||||
|
<td class="compatos">MSVC, MSVC/EE<br>WinSDK<br>MinGW, Cygwin</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td class="compatos"><a href="#windows">Windows<br>98/XP/Vista/7</a></td>
|
<td class="compatcpu">x64 (64 bit)</td>
|
||||||
<td class="compatcc">MSVC (EE)<br>Windows SDK<br>MinGW (GCC)<br>Cygwin (GCC)</td>
|
<td class="compatos">GCC 4.x</td>
|
||||||
<td class="compatcc">MSVC + SDK v7.0<br>Windows SDK v7.0</td>
|
<td class="compatos">GCC 4.x</td>
|
||||||
<td class="compatcc"> </td>
|
<td class="compatos compatno"> </td>
|
||||||
|
<td class="compatos">MSVC + SDK v7.0<br>WinSDK v7.0</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
<td class="compatos"><a href="#posix">OSX 10.3-10.6</a></td>
|
<td class="compatcpu">PPC/e500v2</td>
|
||||||
<td class="compatcc">GCC 4.x<br>GCC 3.4</td>
|
<td class="compatos">GCC 4.3+</td>
|
||||||
<td class="compatcc">GCC 4.x</td>
|
<td class="compatos compatno"> </td>
|
||||||
<td class="compatcc"> </td>
|
<td class="compatos compatno"> </td>
|
||||||
</tr>
|
<td class="compatos compatno"> </td>
|
||||||
<tr class="even">
|
|
||||||
<td class="compatos"><a href="#posix">*BSD, other</a></td>
|
|
||||||
<td class="compatcc">GCC 4.x<br>GCC 3.4</td>
|
|
||||||
<td class="compatcc">(not supported)</td>
|
|
||||||
<td class="compatcc"> </td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
@ -120,9 +127,9 @@ hold all user-configurable settings:
|
|||||||
<li><tt>Makefile</tt> has settings for <b>installing</b> LuaJIT (POSIX
|
<li><tt>Makefile</tt> has settings for <b>installing</b> LuaJIT (POSIX
|
||||||
only).</li>
|
only).</li>
|
||||||
<li><tt>src/Makefile</tt> has settings for <b>compiling</b> LuaJIT
|
<li><tt>src/Makefile</tt> has settings for <b>compiling</b> LuaJIT
|
||||||
under POSIX, MinGW and Cygwin.</li>
|
under POSIX, MinGW or Cygwin.</li>
|
||||||
<li><tt>src/msvcbuild.bat</tt> has settings for compiling LuaJIT with
|
<li><tt>src/msvcbuild.bat</tt> has settings for compiling LuaJIT with
|
||||||
MSVC.</li>
|
MSVC or WinSDK.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Please read the instructions given in these files, before changing
|
Please read the instructions given in these files, before changing
|
||||||
@ -133,14 +140,13 @@ any settings.
|
|||||||
<h3>Prerequisites</h3>
|
<h3>Prerequisites</h3>
|
||||||
<p>
|
<p>
|
||||||
Depending on your distribution, you may need to install a package for
|
Depending on your distribution, you may need to install a package for
|
||||||
GCC (GCC 3.4 or later required), the development headers and/or a
|
GCC, the development headers and/or a complete SDK. E.g. on a current
|
||||||
complete SDK. E.g. on a current Debian/Ubuntu, install <tt>libc6-dev</tt>
|
Debian/Ubuntu, install <tt>libc6-dev</tt> with the package manager.
|
||||||
with the package manager.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Download the current source package (pick the .tar.gz), if you haven't
|
Download the current source package of LuaJIT (pick the .tar.gz),
|
||||||
already done so. Move it to a directory of your choice, open a
|
if you haven't already done so. Move it to a directory of your choice,
|
||||||
terminal window and change to this directory. Now unpack the archive
|
open a terminal window and change to this directory. Now unpack the archive
|
||||||
and change to the newly created directory:
|
and change to the newly created directory:
|
||||||
</p>
|
</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
|
Loading…
Reference in New Issue
Block a user