Skip to content

Commit 91592f3

Browse files
committed
include windows instructions for installing VS2008Express
1 parent 776b43e commit 91592f3

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

assignments/week07/athome/assignment.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,25 @@ or Linux requires a compiler and python's development headers.
1717
**OS X**: Ensure that you have XCode installed. It's free, but *big* expect it
1818
to take a while if you don't already have it.
1919

20-
**Windows**: You all are safe for the time being.
20+
**Windows**: See the next section
21+
22+
Windows Prep
23+
------------
24+
25+
Although there are pre-compiled binaries available for Windows, you'll need
26+
one `.bat` file to get them to work properly. To get that file, you'll need to
27+
install Visual Studio 2008 Express:
28+
29+
* Download the installer (894MB):
30+
http://download.microsoft.com/download/8/B/5/8B5804AD-4990-40D0-A6AA-CE894CBBB3DC/VS2008ExpressENUX1397868.iso
31+
* Extract the files to a folder (call it VS2008ExpressENUX1397868—it will be
32+
2.68GB) using something like 7zip
33+
* Inside that folder double-click on Setup.hta
34+
* On the screen that comes up, click on the installer for Visual C++ 2008
35+
Express Edition and follow the instructions. **Note**: It does work if you
36+
include the following two options which are pre-selected for you: (1) MSDN
37+
Express Library for Visual Studio 2008, and (2) Microsoft SQL Server 2005
38+
Express Edition (x86).
2139

2240
Virtualenv
2341
----------

0 commit comments

Comments
 (0)