From bc38860a930c05e177d59cb1f18b76444d85f4e3 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 31 Mar 2023 17:48:14 -0400 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e40562..dfa5967 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Readme +- Jacob wanted to see it. - the readme is a WIP - freeglut is required. - install with `sudo apt install freeglut3-dev` - 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/` - `cmake -DCMAKE_BUILD_TYPE=Release ../` - `make -j 16`