Update README.md

added xcode generation in readme
This commit is contained in:
pythoneer 2015-02-20 21:45:26 +01:00
parent a1bb3bd6b0
commit 48b9340a09
1 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,12 @@ for cmake there is a CMakeLists.txt file -simply type (for all platforms):
>$ cmake --build .
```
for xcode there is an xcode project file
for xcode you can generate a project by
```
>$ mkdir build
>$ cd build
>$ cmake -G Xcode ../XInputSimulator/
```
####Status early Alpha
2013-07-16: Linux, Mac and Win part with following functions