Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: native_client_sdk/src/doc/devguide/devcycle/vs-addin.rst

Issue 633603002: [NaCl SDK] Update Visual Studio Addin docs to reflect VS2012 support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/doc_generated/pepper_stable/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/devguide/devcycle/vs-addin.rst
diff --git a/native_client_sdk/src/doc/devguide/devcycle/vs-addin.rst b/native_client_sdk/src/doc/devguide/devcycle/vs-addin.rst
index c028d4375f7fc0a3bef1678f9368b124ac7853fa..496d139c122a761ef6c2e6ee22532f8ee9e93cc4 100644
--- a/native_client_sdk/src/doc/devguide/devcycle/vs-addin.rst
+++ b/native_client_sdk/src/doc/devguide/devcycle/vs-addin.rst
@@ -18,9 +18,9 @@ into the Visual Studio environment.
.. Note::
:class: note
- The Native Client add-in requires Visual Studio 2010 with Service Pack 1. No
- other versions of Visual Studio are currently supported. Visual Studio
- Express is also not supported.
+ The Native Client add-in requires Visual Studio 2012 or Visual Studio 2010
+ with Service Pack 1. No other versions of Visual Studio are currently
+ supported. Visual Studio Express is also not supported.
Introduction
============
@@ -153,7 +153,7 @@ In order to use the Native Client Visual Studio add-in, your development
environment should include:
* A 64-bit version of Windows Vista or Windows 7.
-* Visual Studio 2010 with Service Pack 1.
+* Visual Studio 2012 or Visual Service 2010 with Service Pack 1.
* `Chrome <https://www.google.com/intl/en/chrome/browser/>`_ version 23 or
greater. You can choose to develop using the latest `canary
<https://www.google.com/intl/en/chrome/browser/canary.html>`_ build of
@@ -230,8 +230,9 @@ need to use these command line arguments when you run ``install.bat``:
* The MSBuild folder is assumed to be at ``C:\Program Files (x86)\MSBuild``.
You can specify an alternate path with the flag ``--ms-build-path=<path>``.
The installer assumes Visual Studio has created a user folder at
-* ``%USERPROFILE%\My Documents\Visual Studio 2010``. You can specify an
- alternate path with the flag ``--vsuser-path=path``.
+* The addin itself is normally installed in ``%USERPROFILE%\My Documents\Visual
+ Studio 2012`` (or 2010 for Visual Studio 2010). You can specify alternate
+ paths with the ``--vsuser-path=<path>`` flag.
From time to time an update to the Visual Studio add-in may become available.
Updates are performed just like an installation. Download the new add-in using
« no previous file with comments | « native_client_sdk/doc_generated/pepper_stable/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698