summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2010-10-05 01:36:54 +0200
committerMike Pall <mike>2010-10-05 01:36:54 +0200
commitddae8878786a310f2e6cbe2a1d602a17ea28bb11 (patch)
tree3ffe5c7790acbacdcdae748984960418b358fcc1 /Makefile
parente396bef7d8a346c6ea54191d658209ee90047276 (diff)
downloadluajit2-ddae8878786a310f2e6cbe2a1d602a17ea28bb11.tar.gz
Update docs for PPC port. Clarify and extend install instructions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2cf786d5..7728865d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,14 @@
##############################################################################
# LuaJIT top level Makefile for installation. Requires GNU Make.
#
+# Please read doc/install.html before changing any variables!
+#
# Suitable for POSIX platforms (Linux, *BSD, OSX etc.).
# Note: src/Makefile has many more configurable options.
#
-# ##### This Makefile is NOT useful for installation on Windows! #####
+# ##### This Makefile is NOT useful for Windows! #####
# For MSVC, please follow the instructions given in src/msvcbuild.bat.
# For MinGW and Cygwin, cd to src and run make with the Makefile there.
-# NYI: add wininstall.bat
#
# Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
##############################################################################
@@ -22,8 +23,8 @@ NODOTABIVER= 51
##############################################################################
#
-# Change the installation path as needed and modify src/luaconf.h accordingly.
-# Note: PREFIX must be an absolute path!
+# Change the installation path as needed. This automatically adjusts
+# the paths in src/luaconf.h, too. Note: PREFIX must be an absolute path!
#
export PREFIX= /usr/local
##############################################################################