If your system is 64 bit, enable 32 bit architecture (if you haven't already):
sudo dpkg --add-architecture i386Add the repository:
sudo add-apt-repository ppa:wine/wine-buildsUpdate packages:
sudo apt-get updateThen install (example for the development branch):
sudo apt-get install --install-recommends winehq-devel
No comments:
Post a Comment