improved readme

This commit is contained in:
Jay Robson 2024-01-31 00:17:36 +11:00
parent c35047f0b4
commit aea3330781
1 changed files with 18 additions and 0 deletions

View File

@ -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/).