mii_emu icon indicating copy to clipboard operation
mii_emu copied to clipboard

Documentation: Running on WSL

Open ahrens26 opened this issue 1 month ago • 0 comments

I was able to run MII under WSL (Debian) with just a few extra steps. Perhaps the below can be added to the "How to I compile it and run it?" section of the project readme:

  1. sudo apt install libasound2-plugins
  2. nano ~/.asoundrc, and add these two lines:
pcm.default pulse
ctl.default pulse
  1. Restart WSL

ahrens26 avatar May 18 '24 12:05 ahrens26