forked from atlas-engineer/nyxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
25 lines (17 loc) · 898 Bytes
/
INSTALL
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
Usage:
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=