Setup

  1. You will need some code to test out these instructions with. If you grab the CS260 examples code, it has some projects in Week01 you can use to do so with. From a command prompt you can do this to grab a copy of the CS260 code:

    git clone https://github.com/ChemeketaCS/cs260Code.git
    
  2. If you are using Linux or Mac, you should be good to go. If you are using Windows you have two options:

    A. Run everything inside of Windows Subsystem for Linux. This is preferable, especially if you also will be using Valgrind in WSL.

    B. Use Windows PowerShell or Command Prompt, but type mingw32-make instead of make.