From d6465aafe645084f245b601152b75970fd4d2f0e Mon Sep 17 00:00:00 2001 From: kienan Date: Sun, 3 May 2020 12:09:41 -0400 Subject: [PATCH] Update build instructions --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35a615c..d5e05a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# Prerequestes +# Building -` sudo apt install libglm-dev` + 1. Get the source code: + `git clone --recursive https://gitea.burntworld.ca/kienan/game-test.git` + 2. Install build dependencies: + `sudo apt install build-essential cmake freeglut3-dev libgl-dev libglew-dev libglfw3-dev libglm-dev libglx-dev libopengl-dev` + 3. Create the makefiles: + `mkdir -p game-test/build && cd game-test/build && cmake ..` + 4. Build: + `make` + +# Running the client + + `./client_imgui`