You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/11/27 03:07:31 UTC

[25/30] git commit: updated readme file

updated readme file


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/e7914cb4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/e7914cb4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/e7914cb4

Branch: refs/heads/master
Commit: e7914cb4a9b8ca04b9317a777d150515e9d1aed6
Parents: 9389a81
Author: Ruslan Kokorev <ru...@bsquare.com>
Authored: Fri Nov 9 15:02:29 2012 +0400
Committer: Ruslan Kokorev <ru...@bsquare.com>
Committed: Fri Nov 9 15:02:29 2012 +0400

----------------------------------------------------------------------
 README.md |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/e7914cb4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d548b61..8d772b3 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,27 @@ Apache Cordova based applications are, at the core, an application written with
 Requires
 ---
 
-- Windows Phone 8 SDK
+- Windows Phone SDK 8 [http://www.microsoft.com/en-us/download/details.aspx?id=35471]
 
 
 Getting Started
 ---
-- coming soon
+
+- copy the file templates/CordovaStarter-x.x.x.zip to the folder : \My Documents\Visual Studio 2012\Templates\ProjectTemplates\
+ - if you have just installed VisualStudio, you should launch it once to create this folder
+ - if you prefer, you may add the project instead to the "Silverlight for Windows Phone" subfolder of "Visual C#".  This is up to you, and only affects where the project template is shown when creating a new project. Also, You may need to create this folder.
+- Launch Visual Studio 2012 and select to create a new project
+ - CordovaStarter should be listed as an option, give your new project a name
+  - Note: The description will let you know the version of Cordova you are targetting, if you have multiple templates.
+ - If you do not see it, you may have to select the top level 'Visual C#' to see it
+- Build and Run it!
+
+
+Known Problem Areas
+---
+
+Many of the Media APIs will not function as expected when debugging while connect to the device with the Zune software.
+To get around this, you need to use the Windows Phone Connect tool. For details, please check out this [MSDN blog article](http://blogs.msdn.com/b/jaimer/archive/2010/11/03/tips-for-debugging-wp7-media-apps-with-wpconnect.aspx).
 
 
 BUGS?