Skip to content

Commit 9a0bfb1

Browse files
committed
Update README.md
1 parent 92bdacd commit 9a0bfb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ For a detailed example see main.cpp
1616
sim.mouseUp(1); //release the mousebutton press
1717
```
1818

19-
building for Linux use -lX11
20-
building for Mac use -framework ApplicationServices
21-
19+
building for Linux use -lX11 | include X11/Xlib.h X11/Xutil.h
20+
building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h
21+
building for Win use User32.lib | include Windows.h
2222

2323
####Status
24-
2013-07-16: only the Linux and Mac part with following functions
24+
2013-07-16: Linux, Mac and Win part with following functions
2525
```cpp
2626
mouseMoveTo
2727
mouseMoveRelative

0 commit comments

Comments
 (0)