- GitHub Account
- GitHub Copilot License
- VSCode
(Note: This readme is written for VSCode. If you are using JetBrains IDE, please refer to the JetBrains IDE section of the GitHub Copilot documentation.)
- Source Code (This repository. Git Clone it to your local machine or get files from your instructor.)
- CMake
- Make
- GCC (or Clang)
- Install VSCode GitHub Copilot Extension (or JetBrains IDE GitHub Copilot Plugin)
- Setup netowrking (if neccessary) (Reference: Configuring your proxy server or firewall for Copilot)
- Sign in to GitHub Copilot Extension with your GitHub account
- Make sure the Extension is enabled by checking the status bar at the bottom of the VSCode window.
Run the following two commands to prepare the make file and then build the project. You can run the following commands in your terminal or in VSCode Terminal.
cmake -S . -B build
cmake --build build