Skip to content

Commit

Permalink
Update building requirements in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbed committed Apr 22, 2019
1 parent b69dd27 commit 3b421f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ legally purchased devices and games and information made public on the internet

## Quickstart

Windows 8.1+ with Python 3.4 and [Visual Studio 2017](https://www.visualstudio.com/downloads/) and the Windows SDKs installed:
With Windows 8+, Python 3.4+, and [Visual Studio 2017 or 2019](https://www.visualstudio.com/downloads/) and the Windows SDKs installed:

> git clone https://github.com/xenia-project/xenia.git
> cd xenia
Expand Down
5 changes: 2 additions & 3 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ video drivers for your card.
### Windows

* Windows 8 or later
* Visual Studio 2017
* Windows Universal CRT SDK
* [Visual Studio 2017 or Visual Studio 2019](https://www.visualstudio.com/downloads/)
* [Python 3.4+](https://www.python.org/downloads/)
* You will also need the [Windows 8.1 SDK](https://msdn.microsoft.com/en-us/windows/desktop/bg162891)
* You may also need the [Windows 8.1 SDK](https://msdn.microsoft.com/en-us/windows/desktop/bg162891)
* (for VS2017 just click the Windows 8.1 SDK option in the Individual Components section in the Visual Studio Installer)

Ensure Python is in your PATH.
Expand Down

0 comments on commit 3b421f0

Please sign in to comment.