mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Update some docs to say VS2017 works as well.
This commit is contained in:
parent
201f907beb
commit
cecc66622f
|
|
@ -34,7 +34,7 @@ legally purchased devices and games and information made public on the internet
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
Windows 8.1+ with Python 2.7 and [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs) and the Windows SDKs installed:
|
Windows 8.1+ with Python 2.7 and [Visual Studio 2015 or Visual Studio 2017](https://www.visualstudio.com/downloads/) and the Windows SDKs installed:
|
||||||
|
|
||||||
> git clone https://github.com/benvanik/xenia.git
|
> git clone https://github.com/benvanik/xenia.git
|
||||||
> cd xenia
|
> cd xenia
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ video drivers for your card.
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
* Windows 8 or 8.1
|
* Windows 8 or 8.1
|
||||||
* Visual Studio 2015
|
* Visual Studio 2015 or Visual Studio 2017
|
||||||
* [Python 2.7](https://www.python.org/downloads/release/python-2713/)
|
* [Python 2.7](https://www.python.org/downloads/release/python-2713/)
|
||||||
* If you are on Windows 8, you will also need the [Windows 8.1 SDK](http://msdn.microsoft.com/en-us/windows/desktop/bg162891)
|
* If you are on Windows 8, you will also need the [Windows 8.1 SDK](http://msdn.microsoft.com/en-us/windows/desktop/bg162891)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue