jlam55555 / veikk-linux-driver

Linux driver for VEIKK-brand digitizers
139 stars 33 forks source link

manjaro support? #57

Closed komiyamao closed 3 years ago

komiyamao commented 3 years ago

does this support manjaro? im thinking of switching to manjaro, but I'm an osu player and I have a veikk tablet. does this support manjaro?

hayriyigit commented 3 years ago

Check: https://www.youtube.com/watch?v=IzazndBhrMg

Install these on Arch/Manjaro:

sudo pacman -S git
sudo pacman -S linux-headers
sudo pacman -S base-devel

Installing the drivers:

git clone https://github.com/jlam55555/veikk-linux-driver.git
cd veikk-linux-driver
make
sudo make all install clean
jlam55555 commented 3 years ago

Hopefully @hayriyigit's comment helps. This should work for any major Linux distro. Closing.