This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |