-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/MSmithDev/AirAPI_Windows
- Loading branch information
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |