improved readme
This commit is contained in:
parent
585642caf0
commit
e51b4f5c80
18
README.md
18
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
|
# Credits
|
||||||
- [Potted House Plants](https://skfb.ly/opQN8) by FacultyManBruce is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
- [Potted House Plants](https://skfb.ly/opQN8) by FacultyManBruce is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue