25 lines
438 B
Markdown
25 lines
438 B
Markdown
|
|
# How to build
|
|
|
|
This is built using CMake. You will also need the required libraries to build.
|
|
This project currently is only tested on Linux.
|
|
|
|
```
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make
|
|
```
|
|
|
|
# Required libraries
|
|
- GLEW
|
|
- GLFW
|
|
- OpenGL
|
|
- FreeType
|
|
- AssImp
|
|
- JsonCpp
|
|
|
|
# Credits
|
|
- [Potted House Plants](https://skfb.ly/opQN8) by FacultyManBruce is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
|
|