2
0
Lucien Greathouse 1 жил өмнө
parent
commit
44ca0cbd04
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -1,6 +1,14 @@
 # JoltC
 # JoltC
 C wrapper for [Jolt Physics](https://github.com/jrouwe/JoltPhysics).
 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 Wrapper
 Other C wrappers for Jolt Physics include:
 Other C wrappers for Jolt Physics include:
 - "JoltC", part of the [zphysics] Zig library started by [Michal Ziulek][michal-ziulek]
 - "JoltC", part of the [zphysics] Zig library started by [Michal Ziulek][michal-ziulek]