Commit 0a4c437f authored by Ethan Ordentlich's avatar Ethan Ordentlich
Browse files

Add PATH instruction to README

parent 1e7d4c67
Showing with 5 additions and 4 deletions
+5 -4
......@@ -5,11 +5,12 @@ This document describes how to set up a Windows computer to take CS 3 at Caltech
## For Students
1. Clone this repository in `C:\Users\<username>`, so that the path to the top-level folder is `C:\Users\<username>\caltech-cs3-msvc`.
2. Download Visual Studio Community from <https://visualstudio.microsoft.com/downloads/>.
3. Run the downloaded file, accepting default options. A second installer will open.
4. Click on the "Available" tab, then under Visual Studio Community 2019, click "More -> Import Configuration".
2. Add `C:\Users\<username>\caltech-cs3-msvc\bin` to your PATH. (Start -> "Edit the system environment variables -> Environment Variables -> System Variables/Path)
3. Download Visual Studio Community from <https://visualstudio.microsoft.com/downloads/>.
4. Run the downloaded file, accepting default options. A second installer will open.
5. Click on the "Available" tab, then under Visual Studio Community 2019, click "More -> Import Configuration".
Select the file `.vsconfig` in this repo, click "Review details", then click "Install".
5. The files will now download and install. This step may take a while. You may want to uncheck "Start after installation".
6. The files will now download and install. This step may take a while. You may want to uncheck "Start after installation".
Note that this installs the Visual Studio IDE. Do not use this editor, instead use VSCode.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment