diff --git a/INSTALL.txt b/INSTALL.txt index 5fbefed7ef..02cac0bcaf 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -68,19 +68,24 @@ See "More Instructions: Building Racket" below for more information. Quick Instructions: Unix-style Install ====================================== -On Unix, `make PREFIX=' builds and installs into with -binaries in "/bin", packages in "/share/racket/pkgs", +On Unix, `make unix-style PREFIX=' builds and installs into +with binaries in "/bin", packages in "/share/racket/pkgs", documentation in "/share/racket/doc", etc. On Mac OS X, see the notes below on git submodules, and then `make -PREFIX=' builds and installs into "" with binaries in -"/bin", packges in "/share/pkgs", documentation in -"/doc", etc. +unix-style PREFIX=' builds and installs into "" with +binaries in "/bin", packges in "/share/pkgs", documentation +in "/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=` with `make unix-style PREFIX=", which +assembles the installation in . Then, copy the content of +`` to ``. + See "More Instructions: Building Racket" below for more information.