Skip to content

Commit 48b9340

Browse files
committed
Update README.md
added xcode generation in readme
1 parent a1bb3bd commit 48b9340

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ for cmake there is a CMakeLists.txt file -simply type (for all platforms):
3030
>$ cmake --build .
3131
```
3232

33-
for xcode there is an xcode project file
33+
for xcode you can generate a project by
34+
```
35+
>$ mkdir build
36+
>$ cd build
37+
>$ cmake -G Xcode ../XInputSimulator/
38+
```
3439

3540
####Status early Alpha
3641
2013-07-16: Linux, Mac and Win part with following functions

0 commit comments

Comments
 (0)