瀏覽代碼

Add build instructions

Lucien Greathouse 1 年之前
父節點
當前提交
44ca0cbd04
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -1,6 +1,14 @@
 # JoltC
 C wrapper for [Jolt Physics](https://github.com/jrouwe/JoltPhysics).
 
+## Building
+Use CMake:
+
+```bash
+cmake -B build
+cmake --build build
+```
+
 ## Other C Wrapper
 Other C wrappers for Jolt Physics include:
 - "JoltC", part of the [zphysics] Zig library started by [Michal Ziulek][michal-ziulek]