From e993f6a1f71388ab6ef6cfe36bf8960d9204da10 Mon Sep 17 00:00:00 2001 From: Jim Date: Sat, 31 Jan 2015 16:42:48 -0500 Subject: [PATCH 1/1] update installation instructions, user dirs --- how_to_get_the_programming_languages_running_on_your_computer.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how_to_get_the_programming_languages_running_on_your_computer.mdwn b/how_to_get_the_programming_languages_running_on_your_computer.mdwn index e4bf565e..b30e6399 100644 --- a/how_to_get_the_programming_languages_running_on_your_computer.mdwn +++ b/how_to_get_the_programming_languages_running_on_your_computer.mdwn @@ -205,7 +205,7 @@ The current version of Racket is 6.1.1 (released November 2014). The options starting with `XCODE_` are to tell the Chicken build scripts that I've got the developer tools installed in my main system, rather than as part of Xcode. (That's where the Haskell Platform installer put them.) Continuing: 5. Wait a while while Chicken builds. - 6. If it finishes with no errors, then type `make PLATFORM=macosx XCODE_TOOL_PATH=/usr/bin PREFIX=$HOME install`. This will prompt you for your account password, and then install Chicken underneath your `/usr/local` directory. + 6. If it finishes with no errors, then type `make PLATFORM=macosx XCODE_TOOL_PATH=/usr/bin PREFIX=$HOME install`. This will install Chicken in your user home directory. 7. At this point you can type `which chicken`. It should give you an answer of "/Users/yourname/bin/chicken". 8. In your terminal, type `chicken-install r7rs datatype matchable monad`. This will download, build, and install a few extensions (Chicken calls them "eggs") relevant to ideas we'll be working with in this course. -- 2.11.0