- Had a little trouble finding some of the links.
- sudo apt-get install wine
- wine --version
- wine-1.2.2
- general page on installing from command line in Ubuntu
- how to install dev wine (1.3.??)
- this is the install page
- talks about wine 1.2.3 (arg)
- have to add WineHQ PPA Repository to resources
- Application -> Software Center
- Edit -> Software Sources
- Other Software -> Add
- on the APT line: ppa:ubuntu-wine/ppa
- Closed the Software Center
- selected the 1.2 link on the page
- says that 1.2 is already installed
Uninstall 1.2
- sudo apt-get update
- sudo apt-get install wine
- gave me 1.3 - not what I wanted
Uninstall 1.3
- sudo apt-get --purge remove wine
- sudo apt-get autoremove
- rm -r ~/.wine
- trying the 1.2 link again
- I think I could have done the following from the commandline
- sudo apt-get update
- sudo apt-get wine1.2
- version is now wine1.2.3
- glxinfo | grep rendering
- glxinfo is not installed
- sudo apt-get install mesa-utils
- glxinfo | grep rendering
- direct rendering: Yes
- wine -version
- dummy command, but will setup ~/.wine
- copy WOW to wine C drive
- cd "~/.wine/drive_c/Program Files/World of Warcraft"
- Some how WOW is not on the drive
- Going to get it
- Day After Next day
wine "C:\\Program Files\\World of Warcraft\\WoW.exe" -opengl
No comments:
Post a Comment