diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-08-09 10:25:22 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-08-09 10:40:44 +1000 |
commit | e0b36d6da54f06e6fda14c7d1239cbb8c664920e (patch) | |
tree | 2b4e04ade1f88bc02ca48594d028d2313c1357ed /README.txt | |
parent | ae30353a739cf059a987cdc5b41173212bd66500 (diff) |
doc: add build instructions
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -46,6 +46,9 @@ http://cgit.freedesktop.org/wayland/libinput For a list of current and past releases visit: http://www.freedesktop.org/wiki/Software/libinput/ +Build instructions: +http://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html + Reporting Bugs -------------- @@ -74,15 +77,8 @@ real-world (yet simple) example on how to use libinput. - A commandline debugging tool: https://cgit.freedesktop.org/wayland/libinput/tree/tools/event-debug.c - A GTK application that draws cursor/touch/tablet positions: https://cgit.freedesktop.org/wayland/libinput/tree/tools/event-gui.c -libinput provides a -[pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) file. -Usually a program will use the `PKG_CHECK_MODULES` autoconf macro. -Otherwise, the most rudimentary way to compile and link a program against -libinput is: - - gcc -o myprogram myprogram.c `pkg-config --cflags --libs libinput` - -For further information on using pkgconfig see the pkg-config documentation. +Build instructions: +http://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html License ------- |