summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author0undefined <oscar@nelin.dk>2025-02-26 13:22:35 +0000
committer0undefined <oscar@nelin.dk>2025-02-26 13:38:41 +0000
commitc396f282cf217c74ace2a58c6776b8acb4f61ca9 (patch)
treecac963978449decc54b0c469f85d8057e2a18694 /README.md
parente09c78586a73812251bece05c86115a4071b6efb (diff)
Bump stb dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index cde0ba6..b9b8a93 100644
--- a/README.md
+++ b/README.md
@@ -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