Install git if you haven't already done so (instructions) and clone the repository using the command prompt/terminal
git clone https://github.com/jonshiach/Lab08_Lighting.git
Or download the zip file, extract the files and rename the root folder Lab08_Lighting/.
- Download, install and run CMake.
- In the
Lab08_Lighting/folder create a folder and call itbuild/. - Click on Browse Source... next to 'Where is the source code?' and select the
Lab08_Lighting/folder. - Do the same for 'Where to build the binaries?' and select the
Lab08_Lighting/build/folder. - Click Configure and select Visual Studio (Windows) or Xcode (macOS) and click Done. Once the configuration is complete click Configure again.
- Click Generate.
This will create a Visual Studio or Xcode project file in the Lab08_Lighting/build/ folder. Double click on it to open the project and edit the source code.