8000 adding vc++2010 note to welcome · johnmanong/Cinder@5e77f21 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e77f21

Browse files
committed
adding vc++2010 note to welcome
1 parent d85a869 commit 5e77f21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/welcome/MSWSetup.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ <h1><a href="http://libcinder.org">Cinder</a><h1>
1515
<div class="contents">
1616
<h1>Windows Setup</h1>
1717
<p>Cinder on Windows is
18-
designed to use Microsoft Visual Studio 2008, and works with both the
18+
designed to use Microsoft Visual Studio 2010, and works with both the
1919
commercial version and the freely available <em>Express</em> editions. If you don't already have it installed,
20-
you can download <a href="http://www.microsoft.com/exPress/download/#webInstall">Visual C++ Express here</a>.</p>
20+
you can download <a href="http://www.microsoft.com/express/Downloads/#2010-Visual-CPP">Visual C++ Express here</a>.</p>
21+
<br>
22+
<p><b>Note to Visual Studio 2008/Visual C++ 2008 Express Edition Users:</b> The Cinder binaries are pre-built to work with VC++ 2010, but you can still easily use Cinder. You'll just need to rebuild the .lib files. To do this, simply open the cinder solution in the vc9 folder and build it under both the Debug and Release configurations.</p>
2123
<br>
2224
<p>If you are you using an Express edition of Visual C++ and you have
2325
never installed the Platform SDK, you'll want to do that too - just

0 commit comments

Comments
 (0)
0