3dfsb-dev / 3dfsb

3D File System Browser - improved, cleaned up and maintained fork of the old tdfsb
GNU General Public License v2.0
95 stars 10 forks source link

Compiling issue in Ubuntu 15.04 #13

Closed maidenone closed 7 years ago

maidenone commented 9 years ago

Compiling...input.c:5:17: fatal error: xdo.h: No such file or directory

include

solved by: sudo apt-get install libxdo-dev

Compiling...input.c:6:34: fatal error: X11/extensions/XTest.h: No such file or directory

include <X11/extensions/XTest.h>

solved by: sudo apt-get install libxtst-dev

Please update the ubuntu commands in readme ;)

tomvanbraeckel commented 7 years ago

Done in commit 4b647a13be65c04b13b9d078e47cc550108a2d68 - thanks!