mirror of https://github.com/PCSX2/pcsx2.git
Created Setting up the PCSX2 repository on Windows (WIP - maybe more useful as a manpage instead?) (markdown)
parent
c4038b666a
commit
86119f86ce
12
Setting-up-the-PCSX2-repository-on-Windows-(WIP---maybe-more-useful-as-a-manpage-instead?).md
Normal file
12
Setting-up-the-PCSX2-repository-on-Windows-(WIP---maybe-more-useful-as-a-manpage-instead?).md
Normal file
|
@ -0,0 +1,12 @@
|
|||
This guide is a WIP. It will eventually explain to users how to setup the PCSX2 repository on their PC, that's it. I know there's already a page on the wiki, but there should really be something up front that's integrated into the repo.
|
||||
# Required Build Applications
|
||||
|
||||
- [Visual Studio Community](https://www.visualstudio.com/downloads/) (2015 is supported, but 2017 is preferred)
|
||||
|
||||
(can someone add the required VS components to select when installing here? - ie: Win10 SDK, ATL headers, whatever, ect)
|
||||
|
||||
- GitHub extension for Visual Studio (You can download this from the Extensions and Updates tab inside VS)
|
||||
|
||||
- [GitHub Desktop](https://desktop.github.com/) (recommended)
|
||||
|
||||
- [Git for Windows](https://git-scm.com/download/win)
|
Loading…
Reference in New Issue