<br><br><div class="gmail_quote">2009/1/17 JV.com <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I use Ubntu 8.10<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div><br>Download the source and this script: <a href="http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh">http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh</a> and do the folowing:<br>
<br>-Unpack wine (right click extract here)<br>-In terminal type chmod 777 install-wine-deps.sh (assuming you are in script dir), .sudo&nbsp; sh install-wine-deps.sh (to run the script - it should install all required packages)<br>
-now go to wine-source dir and type (NOT as root -&nbsp; ./configure &amp;&amp; make depend &amp;&amp; make - that should build wine (if you have dual core processor - try: make -j 2 (it will cut compilation time by 50%), if you have even more cores try make -j X where X is number of cores, on my C2D E7200 it took about 10 minutes with make -j 2)<br>
<br>That is it, now you can either type sudo make install (I do not recommand this - as you will lose control of wine package and will have to hold sources to make uninstall later), or install checkinstall (sudo apt-get install checkinstall) and use it to creato deb package (sudo checkinstall), and the install it with dpkg (sudo spkd -i wine_something_.deb).<br>