On 03/13/2010 09:20 AM, arnab_das wrote:
i have added the wine repository for ubuntu 9.10. but i cant find the intructions to install the latest version.
> i couldnt find the command on the download help page. It's a pretty standard routine. You need to run ./configure and then read the top of the Makefile to see what runnning 'make' will do. Read the output of ./configure --help to see if any of the custom flags might apply to your situation. If you run configure with no custom flags, 'make all install' will install wine in /usr/local by default. You may want to pick a different spot to install, like ./configure --prefix=$HOME to install wine in your home directory (instead of /usr/local) if you are installing as an ordinary user, for example.