Skip to content

Commit 19d5be6

Browse files
committed
2 parents 60e4d71 + 0d177f2 commit 19d5be6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ For a detailed example see main.cpp
1818
sim.mouseUp(XInputSimulator::LEFT_MOUSE_BUTTON); //release the mousebutton press
1919
```
2020

21-
building for Linux use -lX11 -lXtst
22-
building for Mac use -framework ApplicationServices Carbon CoreFoundation
23-
building for Win use User32.lib
21+
building for Linux use -lX11 -lXtst
22+
building for Mac use -framework ApplicationServices Carbon CoreFoundation
23+
building for Win use User32.lib
2424

2525
for cmake there is a CMakeLists.txt file -simply type (for all platforms):
2626
```
@@ -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)