Skip to content

Instantly share code, notes, and snippets.

View theguy000's full-sized avatar
🎯
Focusing

TheGuy theguy000

🎯
Focusing
View GitHub Profile
@AGhost-7
AGhost-7 / wineasio-install.sh
Last active February 3, 2023 10:52
How to compile and install wineasio on Ubuntu Xenial 64 bit. This is for Guitar Rig only. Only works with 32 bit...
# Get the dev files for wineasio
git clone git://git.code.sf.net/p/wineasio/code /tmp/wineasio
# Install jack server
sudo apt-get install jackd1 -y
# Going to be using playonlinux to manage the wine executables but I
# still need the development files to compile wineasio
sudo apt-get install playonlinux -y