Skip to content

Commit eafa808

Browse files
Tomasz JanczukTomasz Janczuk
Tomasz Janczuk
authored and
Tomasz Janczuk
committed
fix #204: enable Windows 8/Windows Server 2012/IIS 8.0 builds
1 parent b77b5ab commit eafa808

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Hosting node.js applications in IIS on Windows
3838

3939
[the basics](http://tomasz.janczuk.org/2011/08/hosting-nodejs-applications-in-iis-on.html)
4040
[the basics (Pусский перевод)](http://softdroid.net/hosting-nodejs-applications-ru)
41-
websockets - coming up!
41+
websockets - coming up!
4242
[using with express framework](http://tomasz.janczuk.org/2011/08/hosting-express-nodejs-applications-in.html)
4343
[using with URL rewrite module](http://tomasz.janczuk.org/2011/08/using-url-rewriting-with-nodejs.html)
4444
[using with WebMatrix and IIS Express](http://tomasz.janczuk.org/2011/08/developing-nodejs-applications-in.html)
@@ -60,14 +60,16 @@ websockets - coming up!
6060

6161
**Building**
6262

63-
For 32 bit Windows:
63+
Build commands should be issued from the build environment set up with `"%programfiles(x86)\Microsoft Visual Studio 11.0\Common7\Tools\VsDevCmd.bat"`, assuming default installation location of Visual Studio 2012 on x64 platform.
64+
65+
For x86 build:
6466

6567
```
6668
set VisualStudioVersion=11.0
6769
msbuild /p:Platform=Win32 src\iisnode\iisnode.sln
6870
```
6971

70-
For 64 bit Windows:
72+
For x64 build:
7173

7274
```
7375
set VisualStudioVersion=11.0

0 commit comments

Comments
 (0)