Skip to content

Commit 9b34ee8

Browse files
committed
2 parents e5ecb98 + c38001f commit 9b34ee8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# AirAPI_Windows
22

3-
##Dependencies
4-
Fusion
5-
HIDApi
3+
This is a work in progress driver for the Nreal Air for native windows support without nebula. The current configuration for fusion has slight drift and needs to be tuned but is functional.
64

7-
##Getting hidapi
5+
## Getting hidapi
86
Get the latest hidapi-win.zip from [here](https://github.com/libusb/hidapi/releases).
9-
uzip hidapi-win to "deps" folder ("deps/hidapi-win").
107

11-
##Build Fusion
8+
unzip hidapi-win.zip to "deps" folder ("deps/hidapi-win").
9+
10+
## Build Fusion
1211
cd to "deps/Fusion/Fusion"
1312

1413
Run cmake
1514
```
1615
cmake .
1716
```
1817

19-
[cmake commands]
18+
Open the Project.sln and build the project <br>
19+
You should have a "deps/Fusion/Fusion/Release/Fusion.lib" file.
20+
21+
## Build AirAPI_Windows DLL

0 commit comments

Comments
 (0)