| From: Matthew Flatt (mflatt at cs.utah.edu) Date: Mon Dec 6 08:35:35 EST 2010 |
|
Racket now supports 64-bit Windows (Vista and up).
To build for 64-bit Windows using VS 2008:
1. Use
vcvarsall x64
to configure your environment for a 64-bit build, where
"vcvarsall.bat" is supplied by Visual Studio in the "VC"
subdirectory.
2. Run
build.bat
in "racket\src\worksp".
| Posted on the dev mailing list. |
|