cs19 doc update

This commit is contained in:
Danny Yoo 2011-08-30 14:44:14 -04:00
parent ea5bb1a77e
commit 649b8964b4

View File

@ -23,13 +23,14 @@
@section{Installation} @section{Installation}
Racket 5.1.2 or greater is a prerequisite for Whalesong. Brown CS Racket 5.1.2 or greater is a prerequisite for Whalesong. Brown CS
maintains their own install for 5.1.3 in maintains its own installation of Racket 5.1.3 in
@filepath{/local/projects/racket/releases/5.1.3/bin/}. @filepath{/local/projects/racket/releases/5.1.3}.
shell, you can add: To access it, you can add the following to your @filepath{.environment}:
@filebox[".environment"]{
@verbatim|{ @verbatim|{
pathprependifdir PATH "/local/projects/racket/releases/5.1.3/bin" pathprependifdir PATH "/local/projects/racket/releases/5.1.3/bin"
}| }|}
to your @filepath{.environment}.
We'll install a local development copy of Whalesong in a @filepath{whalesong} subdirectory. We'll install a local development copy of Whalesong in a @filepath{whalesong} subdirectory.