osxmidi / LinVst

Linux Windows vst wrapper/bridge
GNU General Public License v3.0
674 stars 41 forks source link

build instructions for Ubuntu #197

Closed nacho-pancho closed 2 years ago

nacho-pancho commented 3 years ago

Hi, First of all, thank you for your work! In the instructions under Make-Guide/Readme.md it says that, for Ubuntu, the dependencies can be installed via the package wine-stable-dev

At least in my version of Ubuntu (20.04), the correct package name is libwine-dev, so the line should be

sudo apt-get install libwine-dev libx11-dev

Thank you. Ignacio.

osxmidi commented 3 years ago

Hi, First of all, thank you for your work! In the instructions under Make-Guide/Readme.md it says that, for Ubuntu, the dependencies can be installed via the package wine-stable-dev

At least in my version of Ubuntu (20.04), the correct package name is libwine-dev, so the line should be

sudo apt-get install libwine-dev libx11-dev

Thank you. Ignacio.

Thanks, I have added it to the Make guide.