Open bunyk opened 7 years ago
Possible fix (http://stackoverflow.com/questions/5299989/x11-xlib-h-not-found-in-ubuntu ):
sudo apt-get install libx11-dev
And now I have:
../src/mouse.c:12:35: fatal error: X11/extensions/XTest.h: No such file or directory
sudo apt-get install libxtst-dev
And it works.
I suggest to add
sudo apt-get install libx11-dev libxtst-dev
somewhere into readme. Probably there are requirements of other packages, I already have.