diff --git a/INSTALL.txt b/INSTALL.txt index 0569ed2ad9..202705e4ba 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,8 +1,8 @@ Build Options ============= -For Unix platforms, instead of using this source repository, consider -getting source for the current Racket release from +Instead of using this source repository, consider getting source for +the current Racket release from http://download.racket-lang.org/ @@ -16,7 +16,9 @@ documentation are pre-built. In contrast to this repository, release and snapshot source distributions will work in the + configure --prefix=... && make && make install + way that you probably expect. @@ -31,7 +33,7 @@ If you stick with this repository, then you have several options: Instructions: In-place Build" below. * Unix-style install --- installs to a given destination directory - (Unix and Mac OS X, only), leaving no reference to the source + (on platforms other Windows), leaving no reference to the source directory. This is the most natural mode for installing once from the source repository. See "Quick Instructions: Unix-style Install" below. @@ -51,8 +53,8 @@ If you stick with this repository, then you have several options: Quick Instructions: In-place Build ================================== -On Unix, `make' (or `make in-place') creates a build in the "racket" -directory. +On Unix (including Linux) and Mac OS X, `make' (or `make in-place') +creates a build in the "racket" directory. On Windows with Microsoft Visual Studio (any version between 2008/9.0 and 2013/12.0), `nmake win32-in-place' creates a build in the "racket" @@ -74,10 +76,10 @@ See "More Instructions: Building Racket" below for more information. Quick Instructions: Unix-style Install ====================================== -On Unix, `make unix-style PREFIX=' builds and installs into -"" (which must be an absolute path) with binaries in "/bin", -packages in "/share/racket/pkgs", documentation in -"/share/racket/doc", etc. +On Unix (including Linux), `make unix-style PREFIX=' builds and +installs into "" (which must be an absolute path) with binaries +in "/bin", packages in "/share/racket/pkgs", documentation +in "/share/racket/doc", etc. On Mac OS X, `make unix-style PREFIX=' builds and installs into "" (whichmust be an absolute path) with binaries in "/bin", @@ -305,8 +307,8 @@ where defaults to "racket" (but can be set via normalizing the Windows results to "i386-win32" and "x86_63-win32", - is omitted unless a `#:dist-suffix' string is specified for the client in the site configuration, and is -platform-specific: ".sh" for Unix, ".dmg" or ".pkg" for Mac OS X, and -".exe" for Windows. +platform-specific: ".sh" for Unix (including Linux), ".dmg" or ".pkg" +for Mac OS X, and ".exe" for Windows. Generating Installer Web Sites ------------------------------ @@ -475,8 +477,8 @@ In more detail: To change the base name of the installer file, provide `DIST_BASE' to `make'. The default is "racket". - To change the directory name for Unix installation, provide - `DIST_DIR' to `make'. The default is "racket". + To change the directory name for installation on Unix (including + Linux), provide `DIST_DIR' to `make'. The default is "racket". To add an extra piece to the installer's name, such as an identifier for a variant of Linux, provide `DIST_SUFFIX' to