summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 750e60528b76ba1fa0f4123cb8a552d1d1f01abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Usage:

   make cocoa-webkit        Create Next with the Cocoa-WebKit port.

   make next                Create the Lisp core.
   make install-next        Install the Lisp core.

   make gtk-webkit          Create the GTK-WebKit port.
   make install-gtk-webkit  Install the GTK-WebKit port.

   make all                 Create the Lisp core and the GTK-WebKit port.
   make install             Install the Lisp core and the GTK-WebKit port.

Set DESTDIR to change the target destinatation.  It should be
an absolute path.

Set LISP and LISP_FLAGS to accommodate to your Lisp compiler.

If NEXT_INTERNAL_QUICKLISP is "true" (the default), all Lisp
dependencies will be fetched with Quicklisp into the
QUICKLISP_DIR directory.

Otherwise, the dependencies will have to be locally installed
on your system.  You might have to accomodate the LISP_FLAGS
to, say, use your local install of Quicklisp.  For instance:

   make next NEXT_INTERNAL_QUICKLISP=false LISP_FLAGS=