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

14 lines
407 B
Markdown
Raw Normal View History

2023-03-31 17:45:41 -04:00
# Readme
2023-03-31 17:48:14 -04:00
- Jacob wanted to see it.
2023-03-31 17:45:41 -04:00
- the readme is a WIP
- freeglut is required.
- install with `sudo apt install freeglut3-dev`
- build with:
2023-03-31 17:48:14 -04:00
- `git clone --recursive https://github.com/Tri11Paragon/COSC-3P98-Assigment-3.git`
- `cd COSC-3P98-Assigment-3/`
2023-03-31 17:45:41 -04:00
- `mkdir build && cd build/`
- `cmake -DCMAKE_BUILD_TYPE=Release ../`
- `make -j 16`
- `./assign3`
- stay tuned for the high performance mode