diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -45,6 +45,20 @@ See [this CMakeLists.txt][0] to get an idea of how to use this project. _At the moment building with statically linking is borked._ +### Dependencies + +These are the dependencies that you likely need to install yourself. + +* assimp +* glad +* glfw +* stb + +Other dependencies are pulled automatically. + + +### Building fr + Generate the build files using ``` cmake -S . -B build |
