diff --git a/README.md b/README.md index a4fc04c..5ea81bb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # 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 Get the latest hidapi-win.zip from [here](https://github.com/libusb/hidapi/releases). -uzip hidapi-win to "deps" folder ("deps/hidapi-win"). + +unzip hidapi-win.zip to "deps" folder ("deps/hidapi-win"). ## Build Fusion cd to "deps/Fusion/Fusion" @@ -16,4 +15,7 @@ Run cmake cmake . ``` -[cmake commands] +Open the Project.sln and build the project
+You should have a "deps/Fusion/Fusion/Release/Fusion.lib" file. + +## Build AirAPI_Windows DLL