X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=how_to_get_the_programming_languages_running_on_your_computer.mdwn;h=b30e639981e5790727e2a21b7ffb4128d4797a0c;hp=e4bf565e0f7c5cda09f535d932712c7596f2990c;hb=e993f6a1f71388ab6ef6cfe36bf8960d9204da10;hpb=2f28b39e6dd7ef8dca7c818c087899bd66142f0f 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.