Preliminaries for Building Python / Sage on Windows

This wiki is a repository for my notes on software / scripts I needed or used to get Python/Sage building under windows.

Compiler / Development Environment

1. Microsoft Visual Studio 2008

Other stuff

1. GnuWin32

1. Subversion Client

1. Set up some scripts to help yourself.

echo off
cls
echo "Running CMD w/ special environment variables set..."
set PATH=%PATH%;%ProgramFiles%\GnuWin32\bin;%ProgramFiles%\CollabNet Subversion Client
echo on

D:\Windows\System32\cmd.exe /K %USERPROFILE%\my_sage_env.cmd