From 80c72ad1dd4a722f0489797494571ff82c47986a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 17 Aug 2013 13:54:34 -0600 Subject: [PATCH] make the quick install instrustions jusr a little slower Highlight the git submodule issue, which is likely to surprise anyone who tries to build on Mac OS X or Windows. --- INSTALL.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index aaf6786b7b..ef69ace12b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -2,9 +2,13 @@ Quick Instructions ================== On Unix or Mac OS X, `make' (or `make in-place') creates a build in -the "racket" directory. +the "racket" directory --- but for Mac OS X, see the notes below on +`git submodule'. -The build includes (via links) packages that are in the "pkgs" +On Windows, `nmake win32-inplace' creates a build in the "racket" +directory, but see the notes below on `git submodule'. + +An in-place build includes (via links) packages that are in the "pkgs" directory.