From 65b564566baa33ec9e5cdd4c8151fdfdaaa3cf43 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 15 Jun 2014 09:26:18 +0100 Subject: [PATCH] INSTALL.txt: fix instructions for `make unix-style` --- INSTALL.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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.