Update README.md

typo
This commit is contained in:
pythoneer 2015-02-20 21:49:24 +01:00
parent 48b9340a09
commit 0d177f263f
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ For a detailed example see main.cpp
sim.mouseUp(XInputSimulator::LEFT_MOUSE_BUTTON); //release the mousebutton press
```
building for Linux use -lX11 -lXtst
building for Mac use -framework ApplicationServices Carbon CoreFoundation
building for Win use User32.lib
building for Linux use -lX11 -lXtst
building for Mac use -framework ApplicationServices Carbon CoreFoundation
building for Win use User32.lib
for cmake there is a CMakeLists.txt file -simply type (for all platforms):
```