From a1bc34dcba64af4f683ddbd96648a15d55b46894 Mon Sep 17 00:00:00 2001 From: gabjc <108655631+gabjc@users.noreply.github.com> Date: Thu, 28 Sep 2023 16:22:02 -0400 Subject: [PATCH] Update BUILDING.md to make it a little easier for newer developers Added hyperlinks to the two required software to make it easier for newer developers. Also finding Visual Studio community can be a little difficult as the Microsoft website does not list the free, community versions. Fixes # ### Proposed changes -Added hyperlinks and changed some documentation to make it easier to navigate and contribute to the repo. - - ### Does this make breaking changes? No. ### Does this version of Project64 compile and run without issue? Yes. --- Docs/BUILDING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Docs/BUILDING.md b/Docs/BUILDING.md index abc23c545..5e7087ce4 100644 --- a/Docs/BUILDING.md +++ b/Docs/BUILDING.md @@ -7,9 +7,10 @@ If you just want to run Project64 or its development builds, use the [Readme](ht ## Required software -* Git +* [Git](https://git-scm.com/downloads) * This is a hard requirement. It is used for the build step and requires the solution be a part of the Project64 git repository on disk. -* Visual Studio 2015, 2017, or 2019 Community Edition +* [Visual Studio 2015, 2017, or 2019 Community Edition](https://learn.microsoft.com/en-us/visualstudio/releases/2019/release-notes) + * Click on the Visual Studio year you want to use from the left dropdown, and follow the download process. * During installation, select the `Programming Languages/Visual C++` option in the Visual Studio 2015 installer, or * During installation, select the `Desktop development with C++` workload in Visual Studio 2017 and 2019 or newer