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=