Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio 2012 Guide #145

Merged
merged 4 commits into from Aug 11, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Empty file modified _filters/asciidoc_template/asciidoc 100755 → 100644
Empty file.
21 changes: 4 additions & 17 deletions download/index.html.mako
Expand Up @@ -3,8 +3,8 @@
<h1>download</h1>
<div id="download-latest-header">
<h2>${bf.config.currentVersion}</h2>
<p><strong>is the most recent release. It has a lot of new features, new interfaces, and probably some new bugs too. ${bf.config.currentVersion} is not 100% compatible with older projects. Please see the <a href="https://raw.github.com/openframeworks/openFrameworks/master/changes.txt">changelog</a> to get an overview of the differences between versions.</strong></p>
<p>To use openFrameworks you will need an IDE, and the setup guide for your platform can walk you through this. Please post any bugs on the <a href="http://github.com/openframeworks/openFrameworks/issues">issues</a> page, and post to the <a href="http://forum.openframeworks.cc">forum</a> if you have any other questions. openFrameworks is distributed under the <a href="../about/license.html">MIT License</a>.</p>
<p><strong>is the most recent release. It has a lot of new features, new interfaces, and probably some new bugs too. ${bf.config.currentVersion} is not 100% compatible with older projects. Please see the <a href="https://github.com/openframeworks/openFrameworks/blob/master/CHANGELOG.md">changelog</a> to get an overview of the differences between versions.</strong></p>
<p>To use openFrameworks you will need an IDE, and the setup guide for your platform can walk you through this. Please post any bugs on the <a href="https://github.com/openframeworks/openFrameworks/issues">issues</a> page, and post to the <a href="http://forum.openframeworks.cc">forum</a> if you have any other questions. openFrameworks is distributed under the <a href="../about/license.html">MIT License</a>.</p>
</div>

<div id="download-latest-platform">
Expand All @@ -29,11 +29,10 @@
<h2>windows</h2>
<h3>download openFrameworks for</h3>
<p><a href="http://www.openframeworks.cc/versions/v${bf.config.currentVersion}/of_v${bf.config.currentVersion}_win_cb_release.zip">code::blocks</a></p>
<p><a href="http://www.openframeworks.cc/versions/v${bf.config.currentVersion}/of_v${bf.config.currentVersion}_vs2010_release.zip">visual studio 2010</a></p><br/>
<p><a href="http://www.openframeworks.cc/versions/v${bf.config.currentVersion}/of_v${bf.config.currentVersion}_vs_release.zip">visual studio</a></p><br/>
<h3>IDE setup guides</h3>
<p><a href="../setup/codeblocks">code::blocks</a></p>
<!--<p><a href="../setup/vs-2008">visual studio 2008</a></p>-->
<p><a href="../setup/vs-2010">visual studio 2010</a></p>
<p><a href="../setup/vs">visual studio</a></p>
</div>

<div id="download-latest-platform">
Expand Down Expand Up @@ -84,15 +83,3 @@ other releases
--------------

Older releases of openFrameworks are archived [here](older.html). For the absolute latest version of openFrameworks, see the [openFrameworks GitHub](https://github.com/openframeworks/openFrameworks/). If you're interested in contributing to openFrameworks, you should fork the GitHub repository and follow the guidelines for the [openFrameworks GitHub workflow](https://github.com/openframeworks/openFrameworks/wiki/openFrameworks-git-workflow).

[0]: http://forum.openframeworks.cc
[1]: http://github.com/openframeworks/openFrameworks/issues
[2]: http://www.openframeworks.cc/versions/v0.071/of_v0071_win_cb_release.zip
[3]: http://www.openframeworks.cc/versions/v0.071/of_v0071_vs2010_release.zip
[4]: http://www.openframeworks.cc/versions/v0.071/of_0071_osx_release.zip
[5]: http://www.openframeworks.cc/versions/v0.071/of_v0071_linux_release.tar.gz
[6]: http://www.openframeworks.cc/versions/v0.071/of_v0071_linux64_release.tar.gz
[7]: http://www.openframeworks.cc/versions/v0.071/of_0071_iOS_release.zip
[8]: http://www.openframeworks.cc/versions/v0.071/of_v0071_android_release.tar.gz
[9]: ../license
[10]: http://openframeworks.cc/setup
37 changes: 0 additions & 37 deletions setup/vs-2008/index.html.mako

This file was deleted.

24 changes: 0 additions & 24 deletions setup/vs-2010/index.html.mako

This file was deleted.

Binary file removed setup/vs-2010/vs2010.png
Binary file not shown.
Binary file removed setup/vs-2010/vs2010_2.png
Binary file not shown.
23 changes: 23 additions & 0 deletions setup/vs/index.html.mako
@@ -0,0 +1,23 @@
<%inherit file="/_templates/markdown.mako" />

visual studio setup guide
=========================
Here are the setup instructions for those of you who wish to work with Visual Studio 2012, Express for Windows Desktop version included.

Download
--------
> [Download the Visual Studio 2012 Express for Windows Desktop][0]

Navigate to the [Express Website][0] and download the Express edition of the Visual Studio compiler.
If you have trouble getting to the website, you can try this [direct download URL][1] (English version).

![vs_download](vs_download.png)

Install
-------
Run the installer, and let it install to the default configuration.

![vs_install](vs_install.png)

[0]: https://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-desktop
[1]: http://go.microsoft.com/?linkid=9816758
Binary file added setup/vs/vs_download.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added setup/vs/vs_install.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.