Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MSmithDev committed Feb 28, 2023
2 parents e5ecb98 + c38001f commit 9b34ee8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# AirAPI_Windows

##Dependencies
Fusion
HIDApi
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.

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

##Build Fusion
unzip hidapi-win.zip to "deps" folder ("deps/hidapi-win").

## Build Fusion
cd to "deps/Fusion/Fusion"

Run cmake
```
cmake .
```

[cmake commands]
Open the Project.sln and build the project <br>
You should have a "deps/Fusion/Fusion/Release/Fusion.lib" file.

## Build AirAPI_Windows DLL

0 comments on commit 9b34ee8

Please sign in to comment.