diff options
author | Mike Pall <mike> | 2010-10-05 01:36:54 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2010-10-05 01:36:54 +0200 |
commit | ddae8878786a310f2e6cbe2a1d602a17ea28bb11 (patch) | |
tree | 3ffe5c7790acbacdcdae748984960418b358fcc1 /src | |
parent | e396bef7d8a346c6ea54191d658209ee90047276 (diff) | |
download | luajit-ddae8878786a310f2e6cbe2a1d602a17ea28bb11.tar.gz luajit-ddae8878786a310f2e6cbe2a1d602a17ea28bb11.tar.bz2 luajit-ddae8878786a310f2e6cbe2a1d602a17ea28bb11.zip |
Update docs for PPC port. Clarify and extend install instructions.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/ljamalg.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 596c73d0..4e18d796 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -1,6 +1,8 @@ | |||
1 | ############################################################################## | 1 | ############################################################################## |
2 | # LuaJIT Makefile. Requires GNU Make. | 2 | # LuaJIT Makefile. Requires GNU Make. |
3 | # | 3 | # |
4 | # Please read doc/install.html before changing any variables! | ||
5 | # | ||
4 | # Suitable for POSIX platforms (Linux, *BSD, OSX etc.). | 6 | # Suitable for POSIX platforms (Linux, *BSD, OSX etc.). |
5 | # Also works with MinGW and Cygwin on Windows. | 7 | # Also works with MinGW and Cygwin on Windows. |
6 | # Please check msvcbuild.bat for building with MSVC on Windows. | 8 | # Please check msvcbuild.bat for building with MSVC on Windows. |
diff --git a/src/ljamalg.c b/src/ljamalg.c index d2053624..5d66a9eb 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
@@ -6,7 +6,7 @@ | |||
6 | /* | 6 | /* |
7 | +--------------------------------------------------------------------------+ | 7 | +--------------------------------------------------------------------------+ |
8 | | WARNING: Compiling the amalgamation needs a lot of virtual memory | | 8 | | WARNING: Compiling the amalgamation needs a lot of virtual memory | |
9 | | (around 160 MB with GCC 4.x)! If you don't have enough physical memory | | 9 | | (around 200 MB with GCC 4.x)! If you don't have enough physical memory | |
10 | | your machine will start swapping to disk and the compile will not finish | | 10 | | your machine will start swapping to disk and the compile will not finish | |
11 | | within a reasonable amount of time. | | 11 | | within a reasonable amount of time. | |
12 | | So either compile on a bigger machine or use the non-amalgamated build. | | 12 | | So either compile on a bigger machine or use the non-amalgamated build. | |