Project 'cs2-23wi/lab06' was moved to 'cs2-23wi/lab08-new'. Please update any links and bookmarks that may still have the old path.
Commit 89804d05 authored by Ethan Ordentlich's avatar Ethan Ordentlich
Browse files
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -4,8 +4,8 @@ This document describes how to set up a Windows computer to take CS 3 at Caltech ...@@ -4,8 +4,8 @@ This document describes how to set up a Windows computer to take CS 3 at Caltech
## For Students ## 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`. 1. Clone this repository in `C:\Users\<username>`, so that the path to the top-level folder is `C:\Users\<username>\msvc`.
2. Add `C:\Users\<username>\caltech-cs3-msvc\bin` to your PATH. (Start -> "Edit the system environment variables -> Environment Variables -> System Variables/Path) 2. Add `C:\Users\<username>\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/>. 3. Download Visual Studio Community from <https://visualstudio.microsoft.com/downloads/>.
4. Run the downloaded file, accepting default options. A second installer will open. 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". 5. Click on the "Available" tab, then under Visual Studio Community 2019, click "More -> Import Configuration".
......
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