diff --git a/Building-OpenRCT2-on-Windows.md b/Building-OpenRCT2-on-Windows.md new file mode 100644 index 0000000..36e27de --- /dev/null +++ b/Building-OpenRCT2-on-Windows.md @@ -0,0 +1,17 @@ +#Requirements + +Windows Vista or Newer; +Visual Studio 2015; +An Active Internet Connection (For the first Build); + +#Building + +First, Open Visual Studio, then select "Open Project from Source Control". + +The tab on the right hand side of the window will change to "Team Explorer" and about half way down it should a section "Local Git Repositories". + +Select "Clone", and put this URL in: https://github.com/OpenRCT2/OpenRCT2.git and press "Clone" + +The Project (OpenRCT2) should now be listed - Double Click it, and open the project. + +Congratulations, you are now done! To compile, press the green play button at the top of the Window. \ No newline at end of file