From 0d177f263fc8c5449dab226d84a5e8ff478264fe Mon Sep 17 00:00:00 2001 From: pythoneer Date: Fri, 20 Feb 2015 21:49:24 +0100 Subject: [PATCH] Update README.md typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a37adad..03ccd64 100644 --- a/README.md +++ b/README.md @@ -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): ```