diff --git a/README.md b/README.md index 18146ce..5ea81bb 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ # 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 @@ -16,4 +15,7 @@ Run cmake cmake . ``` -[cmake commands] \ No newline at end of file +Open the Project.sln and build the project
+You should have a "deps/Fusion/Fusion/Release/Fusion.lib" file. + +## Build AirAPI_Windows DLL