From 65ad05332bb459c7bcdb2d9778c077102f540e79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Sat, 1 Aug 2015 16:53:07 +0200 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d57820f..4f79898 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ FFBChecker Description --- -This tool of a very unimaginative name is mainly intended to test implementation of [Force Feedback](https://en.wikipedia.org/wiki/Haptic_technology) on Linux systems. It has a Qt5-based GUI that allows the user to set up parameters of the effects and play them back on their devices. Only Linux Force Feedback API is supported at the moment. Support for other interfaces ([SDL2](https://www.libsdl.org/), [DirectInput](https://msdn.microsoft.com/en-us/library/windows/desktop/ee418273(v=vs.85).aspx)) might be added in the future. +This tool of a very unimaginative name is mainly intended to test implementation of [Force Feedback](https://en.wikipedia.org/wiki/Haptic_technology) on Linux systems. It has a Qt5-based GUI that allows the user to set up parameters of the effects and play them back on their devices. Only Linux Force Feedback API and SDL2 is supported at the moment. Support for other interfaces such as [DirectInput](https://msdn.microsoft.com/en-us/library/windows/desktop/ee418273(v=vs.85).aspx) might be added in the future. Usage @@ -28,10 +28,10 @@ cd into the source directory and run: mkdir build cd build - ../qmake + cmake ../ -DCMAKE_BUILD_TYPE=Release make -Note that some Linux distributions may provide `qmake-qt5` and `qmake-qt4` to target different version of the Qt framework. In such a case run `qmake-qt5` instead of qmake. +Note that at least CMake 2.8.13 is required. SDL2 header files and PkgConfig are required to enable SDL2 support. To launch FFBChecker, run: -- 2.43.5