add readme

main
Brett 2023-03-31 17:45:41 -04:00
parent 4bb89eadce
commit fd62c4d347
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Readme
- the readme is a WIP
- freeglut is required.
- install with `sudo apt install freeglut3-dev`
- build with:
- clone the repo
- `mkdir build && cd build/`
- `cmake -DCMAKE_BUILD_TYPE=Release ../`
- `make -j 16`
- `./assign3`
- stay tuned for the high performance mode