wez / evremap

A keyboard input remapper for Linux/Wayland systems, written by @wez
MIT License
401 stars 32 forks source link

debian/apt: pkg-config is required to build evremap, mention it on README #51

Closed ZhanYF closed 6 months ago

ZhanYF commented 6 months ago

On debian and possibly other debian-based distros pkg-config is required to build evremap:

  --- stderr                                                                                                                  
  Couldn't find libevdev from pkgconfig (Could not run `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" "pkg-config" "--libs" "--cflags" "libevdev"`                                                                                                                      
  The pkg-config command could not be found.                                                                                  

This PR mentions it on the README file.

wez commented 6 months ago

Thanks!