Fix typos on windows build README (#2919)
This commit is contained in:
parent
d1bfa6a203
commit
aecee7ff30
|
@ -58,7 +58,7 @@ The result is "..\..\Racket.exe", DLLs and "GRacket.exe" in
|
||||||
|
|
||||||
Many intermediate files will be put in "../build", including a Chez
|
Many intermediate files will be put in "../build", including a Chez
|
||||||
Scheme checkout if it's not already present there; if a "ChezScheme"
|
Scheme checkout if it's not already present there; if a "ChezScheme"
|
||||||
directory exists in the Racket suorce directory, it is copied to the
|
directory exists in the Racket source directory, it is copied to the
|
||||||
build directory, otherwise it is cloned from a Git repository (in
|
build directory, otherwise it is cloned from a Git repository (in
|
||||||
which case `git` must be available).
|
which case `git` must be available).
|
||||||
|
|
||||||
|
@ -69,11 +69,11 @@ Both Traditional Racket and Racket-on-Chez
|
||||||
|
|
||||||
When using "csbuild.rkt" directly, omit the `--racketcs-suffix ""`
|
When using "csbuild.rkt" directly, omit the `--racketcs-suffix ""`
|
||||||
arguments to create "..\..\RacketCS.exe" executable instead of
|
arguments to create "..\..\RacketCS.exe" executable instead of
|
||||||
"..\..\RacketCS.exe". A build with a "CS" suffix is also configured to
|
"..\..\Racket.exe". A build with a "CS" suffix is also configured to
|
||||||
read and bytecode in a subdirectory of "compiled" as described in
|
read and bytecode in a subdirectory of "compiled" as described in
|
||||||
"..\cs\README.txt".
|
"..\cs\README.txt".
|
||||||
|
|
||||||
A "CS" and using a subdirectoryu of "compiled" means that a
|
A "CS" suffix and using a subdirectory of "compiled" means that a
|
||||||
Racket-on-Chez build as "RacketCS.exe" can coexist with a
|
Racket-on-Chez build as "RacketCS.exe" can coexist with a
|
||||||
traditional build as "Racket.exe". So, the sequence
|
traditional build as "Racket.exe". So, the sequence
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user