We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26ecb0d + 3cac4d2 commit dcb73e3Copy full SHA for dcb73e3
README.md
@@ -30,4 +30,18 @@ Open the Project.sln and build the project <br>
30
You should have a "deps/Fusion/Fusion/Release/Fusion.lib" file.
31
32
## 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
47
Open AirAPI_Windows.sln and make sure "Release" and "x64" are set and build.
0 commit comments