From e51b4f5c80ce584879578507e6f172068d231168 Mon Sep 17 00:00:00 2001 From: Jay Robson Date: Wed, 31 Jan 2024 00:17:36 +1100 Subject: [PATCH] improved readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index bb6fc2b..dbf7293 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ +# How to build + +This is built using CMake. You will also need the required libraries to build. + +``` +mkdir build +cd build +cmake .. +make +``` + +# Required libraries +- GLEW +- GLFW +- OpenGL +- FreeType +- AssImp + # Credits - [Potted House Plants](https://skfb.ly/opQN8) by FacultyManBruce is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).