Wine 1.1.36 released with better SM 4.0 support
Advertisement
Wine, the software used to run Windows applications in Linux, now has better Shader Model 4.0 support with its new release, that is Wine 1.1.36. The new release is however considered a development release.
Other than better SM 4.0 support, Wine 1.1.36 also brings other interesting changes like the completion of 16-bit seperation and memory leak fixes, among other things.
If you would like to install Wine 1.1.36 in your Ubuntu 9.10 Karmic Koala machine, here is what you need to do:
WARNING: WE ARE GOING TO USE A BETA PPA. SO THERE MAY BE CRASHES. IF YOU WANT STABLE VERSION PLEASE WAIT FOR IT TO MAKE IT TO THE OFFICIAL REPOSITORY.
- Add the repository with the command:
sudo add-apt-repository ppa:ubuntu-wine/ppa
- Update software list with,
sudo apt-get update
- Install wine with the comand,
sudo apt-get install wine
Advertisement