From 5dcf630c54db4441f2629339851818673e4b5be5 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 11 Oct 2010 16:26:48 +0200 Subject: [PATCH] Reorganize compatibility table in install docs. --- doc/install.html | 80 ++++++++++++++++++++++++++---------------------- 1 file changed, 43 insertions(+), 37 deletions(-) diff --git a/doc/install.html b/doc/install.html index b0c806db..775b3470 100644 --- a/doc/install.html +++ b/doc/install.html @@ -11,21 +11,30 @@ @@ -78,34 +87,32 @@ operating system, CPU and compilers:

- - - - + + + + + - - - - + + + + + - - - - + + + + + - - - - - - - - - - + + + + +
OS / CPUx86 (32 bit)x64 (64 bit)PPC/e500v2CPU / OSLinuxOSX
10.3-10.6
*BSD, otherWindows
98/XP/Vista/7
LinuxGCC 4.x
GCC 3.4
GCC 4.xGCC 4.3+x86 (32 bit)GCC 4.x
GCC 3.4
GCC 4.x
GCC 3.4
GCC 4.x
GCC 3.4
MSVC, MSVC/EE
WinSDK
MinGW, Cygwin
Windows
98/XP/Vista/7
MSVC (EE)
Windows SDK
MinGW (GCC)
Cygwin (GCC)
MSVC + SDK v7.0
Windows SDK v7.0
 x64 (64 bit)GCC 4.xGCC 4.x MSVC + SDK v7.0
WinSDK v7.0
OSX 10.3-10.6GCC 4.x
GCC 3.4
GCC 4.x 
*BSD, otherGCC 4.x
GCC 3.4
(not supported) PPC/e500v2GCC 4.3+   
@@ -120,9 +127,9 @@ hold all user-configurable settings:
  • Makefile has settings for installing LuaJIT (POSIX only).
  • src/Makefile has settings for compiling LuaJIT -under POSIX, MinGW and Cygwin.
  • +under POSIX, MinGW or Cygwin.
  • src/msvcbuild.bat has settings for compiling LuaJIT with -MSVC.
  • +MSVC or WinSDK.

    Please read the instructions given in these files, before changing @@ -133,14 +140,13 @@ any settings.

    Prerequisites

    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 -complete SDK. E.g. on a current Debian/Ubuntu, install libc6-dev -with the package manager. +GCC, the development headers and/or a complete SDK. E.g. on a current +Debian/Ubuntu, install libc6-dev with the package manager.

    -Download the current source package (pick the .tar.gz), if you haven't -already done so. Move it to a directory of your choice, open a -terminal window and change to this directory. Now unpack the archive +Download the current source package of LuaJIT (pick the .tar.gz), +if you haven't already done so. Move it to a directory of your choice, +open a terminal window and change to this directory. Now unpack the archive and change to the newly created directory: