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 /Makefile | |
| 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 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
| @@ -1,13 +1,14 @@ | |||
| 1 | ############################################################################## | 1 | ############################################################################## |
| 2 | # LuaJIT top level Makefile for installation. Requires GNU Make. | 2 | # LuaJIT top level Makefile for installation. 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 | # Note: src/Makefile has many more configurable options. | 7 | # Note: src/Makefile has many more configurable options. |
| 6 | # | 8 | # |
| 7 | # ##### This Makefile is NOT useful for installation on Windows! ##### | 9 | # ##### This Makefile is NOT useful for Windows! ##### |
| 8 | # For MSVC, please follow the instructions given in src/msvcbuild.bat. | 10 | # For MSVC, please follow the instructions given in src/msvcbuild.bat. |
| 9 | # For MinGW and Cygwin, cd to src and run make with the Makefile there. | 11 | # For MinGW and Cygwin, cd to src and run make with the Makefile there. |
| 10 | # NYI: add wininstall.bat | ||
| 11 | # | 12 | # |
| 12 | # Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h | 13 | # Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h |
| 13 | ############################################################################## | 14 | ############################################################################## |
| @@ -22,8 +23,8 @@ NODOTABIVER= 51 | |||
| 22 | 23 | ||
| 23 | ############################################################################## | 24 | ############################################################################## |
| 24 | # | 25 | # |
| 25 | # Change the installation path as needed and modify src/luaconf.h accordingly. | 26 | # Change the installation path as needed. This automatically adjusts |
| 26 | # Note: PREFIX must be an absolute path! | 27 | # the paths in src/luaconf.h, too. Note: PREFIX must be an absolute path! |
| 27 | # | 28 | # |
| 28 | export PREFIX= /usr/local | 29 | export PREFIX= /usr/local |
| 29 | ############################################################################## | 30 | ############################################################################## |
