Skip to content

Commit a5db2a5

Browse files
authored
Update README.md
1 parent dcb73e3 commit a5db2a5

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,9 @@ Get the latest hidapi-win.zip from [here](https://github.com/libusb/hidapi/relea
1818

1919
unzip 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
3525
Goto project directory
3626
```
@@ -44,4 +34,16 @@ update the module
4434
```
4535
git 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
4749
Open AirAPI_Windows.sln and make sure "Release" and "x64" are set and build.

0 commit comments

Comments
 (0)