Skip to content

Commit 3cac4d2

Browse files
authored
removed cglm dep
1 parent cdcc8fa commit 3cac4d2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,18 @@ Open the Project.sln and build the project <br>
3030
You should have a "deps/Fusion/Fusion/Release/Fusion.lib" file.
3131

3232
## Build AirAPI_Windows DLL
33+
34+
### Clone this project
35+
Goto project directory
36+
```
37+
cd AirAPI_Windows
38+
```
39+
Init sub module
40+
```
41+
git submodule init
42+
```
43+
update the module
44+
```
45+
git submodule update
46+
```
3347
Open AirAPI_Windows.sln and make sure "Release" and "x64" are set and build.

0 commit comments

Comments
 (0)