зеркало из https://github.com/microsoft/Win2D.git
Update documentation for new VS2013 Update 5 and VS2015 requirements
This commit is contained in:
Родитель
44996e4db7
Коммит
e82a7941a0
13
README.md
13
README.md
|
@ -50,16 +50,21 @@ Studio, add the Win2D NuGet package to your project, and get started using the A
|
|||
|
||||
## Building Win2D from source
|
||||
|
||||
##### Requirements:
|
||||
|
||||
- Recommended: Visual Studio 2015
|
||||
- Visual Studio 2013 Update 5 is also supported (for Windows 8.1 or Windows Phone 8.1 development only)
|
||||
|
||||
##### Clone Repository
|
||||
- Go to 'View' -> 'Team Explorer' -> 'Local Git Repositories' -> 'Clone'
|
||||
- Add the Win2D repository URL (https://github.com/Microsoft/Win2D.git) and hit 'Clone'
|
||||
|
||||
##### Build NuGet Packages
|
||||
- If using Visual Studio 2015:
|
||||
- Launch 'MSBuild Command Prompt for VS2015'
|
||||
- If using Visual Studio 2013:
|
||||
- In Windows search, type 'Visual Studio Tools', and select that folder to open it
|
||||
- Launch 'Developer Command Prompt for VS2013'
|
||||
- If using Visual Studio 2015:
|
||||
- Launch 'MSBuild Command Prompt for VS2015'
|
||||
- Change directory to your cloned Win2D repository and run 'build'
|
||||
|
||||
##### Point Visual Studio at the resulting 'bin' directory
|
||||
|
@ -73,7 +78,3 @@ Studio, add the Win2D NuGet package to your project, and get started using the A
|
|||
|
||||
Locally built versions of Win2D are marked as prerelease, so you must change the 'Stable
|
||||
Only' setting to 'Include Prerelease' when adding them to your project.
|
||||
|
||||
If you are building with Visual Studio 2013, then the generated package is
|
||||
called "Win2D-NoUAP". This contains everything the usual Win2D package contains
|
||||
apart from any Universal Windows Platform binaries.
|
||||
|
|
|
@ -92,40 +92,30 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
|
|||
|
||||
<content>
|
||||
<para>
|
||||
Install Visual Studio:
|
||||
<externalLink>
|
||||
<linkText>Download and install Visual Studio</linkText>
|
||||
<linkUri>http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx</linkUri>
|
||||
</externalLink>:
|
||||
</para>
|
||||
<list class="bullet">
|
||||
<listItem>
|
||||
To develop for Windows 8.1 or Windows Phone 8.1:
|
||||
<list class="bullet">
|
||||
<listItem>
|
||||
Install
|
||||
<externalLink>
|
||||
<linkText>Visual Studio 2013</linkText>
|
||||
<linkUri>http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx</linkUri>
|
||||
</externalLink>
|
||||
</listItem>
|
||||
<listItem>Recommended version: Visual Studio Community 2013 with Update 4</listItem>
|
||||
<listItem>Minimum version: Visual Studio 2013 Update 2</listItem>
|
||||
<listItem>If using Visual Studio Express, requires the 'for Windows' version (not 'for Windows Desktop')</listItem>
|
||||
</list>
|
||||
</listItem>
|
||||
|
||||
<list class="bullet">
|
||||
<listItem>
|
||||
To develop for Windows 10 (Universal Windows Platform):
|
||||
<list class="bullet">
|
||||
<listItem>
|
||||
Install
|
||||
<externalLink>
|
||||
<linkText>Visual Studio 2015</linkText>
|
||||
<linkUri>http://www.visualstudio.com/products/visual-studio-2015-downloads-vs</linkUri>
|
||||
</externalLink>
|
||||
</listItem>
|
||||
<listItem>Minimum version: Visual Studio 2015 RC</listItem>
|
||||
<listItem>Minimum version: Visual Studio Community 2015</listItem>
|
||||
</list>
|
||||
|
||||
<listItem>
|
||||
To develop for Windows 8.1 or Windows Phone 8.1:
|
||||
<list class="bullet">
|
||||
<listItem>Recommended version: Visual Studio Community 2015</listItem>
|
||||
<listItem>Minimum version: Visual Studio Community 2013 with Update 5</listItem>
|
||||
<listItem>If using Visual Studio Express, requires the 'for Windows' version (not 'for Windows Desktop')</listItem>
|
||||
</list>
|
||||
</listItem>
|
||||
</listItem>
|
||||
</list>
|
||||
|
||||
|
||||
<para>Create your project:</para>
|
||||
<list class="bullet">
|
||||
<listItem>Go to 'File' -> 'New' -> 'Project...'</listItem>
|
||||
|
@ -139,7 +129,11 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
|
|||
<list class="bullet">
|
||||
<listItem>Go to 'Tools' -> 'NuGet Package Manager' -> 'Manage NuGet Packages for Solution...'</listItem>
|
||||
<listItem>Type 'Win2D' into the 'Search Online' box, and hit Enter</listItem>
|
||||
<listItem>Select the 'Win2D' package and click 'Install', then 'OK'</listItem>
|
||||
<listItem>Select the 'Win2D.uwp' or 'Win2D.win81' package and click 'Install', then 'OK'</listItem>
|
||||
<list class="bullet">
|
||||
<listItem>If building for Windows 10, use Win2D.uwp</listItem>
|
||||
<listItem>If building for Windows 8.1 or Windows Phone 8.1, use Win2D.win81</listItem>
|
||||
</list>
|
||||
<listItem>Accept the license agreement</listItem>
|
||||
<listItem>Click 'Close'</listItem>
|
||||
<listItem>If creating a Windows 8.1 or Windows Phone 8.1 app, change Solution Platform from 'Any CPU' to 'x86', 'x64', or 'ARM'</listItem>
|
||||
|
|
|
@ -9,12 +9,12 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
|
|||
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<introduction>
|
||||
<para>
|
||||
As of Win2D version 0.0.17, Win2D can be used to build Universal
|
||||
Windows apps using the latest
|
||||
As of Win2D version 1.0.0, Win2D can be used to build Universal
|
||||
Windows apps using
|
||||
<externalLink>
|
||||
<linkText>Visual Studio 2015 RC</linkText>
|
||||
<linkUri>http://www.visualstudio.com/products/visual-studio-2015-downloads-vs</linkUri>
|
||||
</externalLink>.
|
||||
<linkText>Visual Studio 2015</linkText>
|
||||
<linkUri>http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx</linkUri>
|
||||
</externalLink>.
|
||||
</para>
|
||||
</introduction>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче