We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bb3bd commit 48b9340Copy full SHA for 48b9340
README.md
@@ -30,7 +30,12 @@ for cmake there is a CMakeLists.txt file -simply type (for all platforms):
30
>$ cmake --build .
31
```
32
33
-for xcode there is an xcode project file
+for xcode you can generate a project by
34
+```
35
+>$ mkdir build
36
+>$ cd build
37
+>$ cmake -G Xcode ../XInputSimulator/
38
39
40
####Status early Alpha
41
2013-07-16: Linux, Mac and Win part with following functions
0 commit comments