We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab3c02 commit d42894fCopy full SHA for d42894f
1 file changed
README.md
@@ -1 +1,19 @@
1
-# AirAPI_Windows
+# AirAPI_Windows
2
+
3
+##Dependencies
4
+Fusion
5
+HIDApi
6
7
+##Getting hidapi
8
+Get the latest hidapi-win.zip from [here](https://github.com/libusb/hidapi/releases).
9
+uzip hidapi-win to "deps" folder ("deps/hidapi-win").
10
11
+##Build Fusion
12
+cd to "deps/Fusion/Fusion"
13
14
+Run cmake
15
+```
16
+cmake .
17
18
19
+[cmake commands]
0 commit comments