COSC-3P98-Assigment-3/README.md

12 lines
283 B
Markdown
Raw Normal View History

2023-03-31 17:45:41 -04:00
# 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