Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdmayfield/9a65dd884b5457d9a63afb32d236b515 to your computer and use it in GitHub Desktop.
Save mdmayfield/9a65dd884b5457d9a63afb32d236b515 to your computer and use it in GitHub Desktop.
sudo apt build-dep libinput
sudo apt install ninja-build meson doxygen graphviz libgtk-3-dev check valgrind libunwind-dev
cd Developer/
git clone https://github.com/mdmayfield/libinput.git
cd libinput/
git checkout wip/advanced-thumb-detection-2
meson . builddir
ninja -C builddir
sudo ninja install -C builddir
cd /etc/ld.so.conf.d/
echo '/usr/local/lib/x86_64-linux-gnu' | sudo tee -a usr-local-lib.conf
sudo ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment