INSTALL.txt: fix instructions for make unix-style

This commit is contained in:
Matthew Flatt 2014-06-15 09:26:18 +01:00
parent 5e3ddea2ae
commit 65b564566b

View File

@ -68,19 +68,24 @@ See "More Instructions: Building Racket" below for more information.
Quick Instructions: Unix-style Install
======================================
On Unix, `make PREFIX=<dir>' builds and installs into <dir> with
binaries in "<dir>/bin", packages in "<dir>/share/racket/pkgs",
On Unix, `make unix-style PREFIX=<dir>' builds and installs into <dir>
with binaries in "<dir>/bin", packages in "<dir>/share/racket/pkgs",
documentation in "<dir>/share/racket/doc", etc.
On Mac OS X, see the notes below on git submodules, and then `make
PREFIX=<dir>' builds and installs into "<dir>" with binaries in
"<dir>/bin", packges in "<dir>/share/pkgs", documentation in
"<dir>/doc", etc.
unix-style PREFIX=<dir>' builds and installs into "<dir>" with
binaries in "<dir>/bin", packges in "<dir>/share/pkgs", documentation
in "<dir>/doc", etc.
On Windows, Unix-style install is not supported.
A Unix-style install leaves no reference to this source directory.
To split the build and install steps of a Unix-style installation,
supply `DESTDIR=<dest-dir>` with `make unix-style PREFIX=<dir>", which
assembles the installation in <dest-dir>. Then, copy the content of
`<dest-dir>` to `<dir>`.
See "More Instructions: Building Racket" below for more information.