Skip to content

Instantly share code, notes, and snippets.

@jouyouyun
Created August 28, 2014 02:42
Show Gist options
  • Save jouyouyun/9a099d2629a6ea9bb563 to your computer and use it in GitHub Desktop.
Save jouyouyun/9a099d2629a6ea9bb563 to your computer and use it in GitHub Desktop.
compile test_mouse.c
sudo apt-get install libgtk-3-dev libglib2.0-dev libxi-dev
gcc -Wall -g test_mouse.c `pkg-config --libs --cflags xi gdk-3.0 glib-2.0` -o test-mouse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment