diff options
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 | ############################################################################## |