update readme

main
Brett 2023-03-31 17:48:14 -04:00
parent fd62c4d347
commit bc38860a93
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
# Readme # Readme
- Jacob wanted to see it.
- the readme is a WIP - the readme is a WIP
- freeglut is required. - freeglut is required.
- install with `sudo apt install freeglut3-dev` - install with `sudo apt install freeglut3-dev`
- build with: - build with:
- clone the repo - `git clone --recursive https://github.com/Tri11Paragon/COSC-3P98-Assigment-3.git`
- `cd COSC-3P98-Assigment-3/`
- `mkdir build && cd build/` - `mkdir build && cd build/`
- `cmake -DCMAKE_BUILD_TYPE=Release ../` - `cmake -DCMAKE_BUILD_TYPE=Release ../`
- `make -j 16` - `make -j 16`