File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,16 @@ For a detailed example see main.cpp
18
18
sim.mouseUp(XInputSimulator::LEFT_MOUSE_BUTTON); // release the mousebutton press
19
19
```
20
20
21
- building for Linux use -lX11 -lXtst | include X11/Xlib.h X11/Xutil.h
22
- building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h
23
- building for Win use User32.lib | include Windows.h
21
+ building for Linux use -lX11 -lXtst
22
+ building for Mac use -framework ApplicationServices Carbon CoreFoundation
23
+ building for Win use User32.lib
24
24
25
- if you wanna use qmake i provide a XInputSimulator.pro file – simply type:
26
- ```
27
- >$ qmake XInputSimulator.pro && make
28
- ```
29
-
30
- for cmake there is a CMakeLists.txt file -simply type:
25
+ for cmake there is a CMakeLists.txt file -simply type (for all platforms):
31
26
```
32
27
>$ mkdir build
33
28
>$ cd build
34
29
>$ cmake ../XInputSimulator/
35
- >$ make
30
+ >$ cmake --build .
36
31
```
37
32
38
33
for xcode there is an xcode project file
You can’t perform that action at this time.
0 commit comments