Guest User

Untitled

a guest
Jun 24th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Bus 003 Device 007: ID 056a:0376 Wacom Co., Ltd
  2.  
  3. sudo add-apt-repository ppa:doctormo/wacom-plus
  4. sudo apt-get update
  5. sudo apt-get dist-upgrade
  6.  
  7. git clone https://github.com/linuxwacom/libwacom.git
  8. sudo apt-get build-dep libwacom
  9. ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu/
  10.  
  11. bash: ./autogen.sh: No such file or directory
  12.  
  13. ./autogen.sh --prefix=/usr --libdir=/lib64
Add Comment
Please, Sign In to add comment