File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,9 @@ Get the latest hidapi-win.zip from [here](https://github.com/libusb/hidapi/relea
1818
1919unzip hidapi-win.zip to "deps" folder ("deps/hidapi-win").
2020
21- ## Build Fusion
22- cd to "deps/Fusion/Fusion"
2321
24- Run cmake
25- ```
26- cmake .
27- ```
28-
29- 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
3322
23+ ## Build Fusion
3424### Clone this project
3525Goto project directory
3626```
@@ -44,4 +34,16 @@ update the module
4434```
4535git submodule update
4636```
37+
38+
39+ cd to "deps/Fusion/Fusion"
40+
41+ Run cmake
42+ ```
43+ cmake .
44+ ```
45+
46+ Open the Project.sln and build the project <br >
47+ You should have a "deps/Fusion/Fusion/Release/Fusion.lib" file.
48+ ### Build AirAPI_Windows DLL
4749Open AirAPI_Windows.sln and make sure "Release" and "x64" are set and build.
You can’t perform that action at this time.
0 commit comments