howto install 1.1.13

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
JV.com
Level 1
Level 1
Posts: 5
Joined: Fri Jan 16, 2009 12:21 pm

howto install 1.1.13

Post by JV.com »

hello

i need to install Wine version 1.1.13. i tried but i cant succeed. so my question is hoq can i install wine 1.1.13 cause i get all the time 1.1.12 again :S
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

howto install 1.1.13

Post by austin987 »

On Fri, Jan 16, 2009 at 12:28 PM, JV.com <[email protected]> wrote:
hello

i need to install Wine version 1.1.13. i tried but i cant succeed. so my question is hoq can i install wine 1.1.13 cause i get all the time 1.1.12 again :S





How are you installing? If using a package manager, packages probably
aren't built yet (it was just released a couple hours ago).

Source works fine.

--
-Austin
JV.com
Level 1
Level 1
Posts: 5
Joined: Fri Jan 16, 2009 12:21 pm

Post by JV.com »

OK. sorry for this nooby kind of question but how do i install 1.1.13 from source ;)
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

howto install 1.1.13

Post by austin987 »

On Fri, Jan 16, 2009 at 4:50 PM, JV.com <[email protected]> wrote:
OK. sorry for this nooby kind of question but how do i install 1.1.13 from source ;)





What distro? Unless you're patching wine, or working on it, it'd
probably be easier to just wait a few days for the package to be
built.

--
-Austin
JV.com
Level 1
Level 1
Posts: 5
Joined: Fri Jan 16, 2009 12:21 pm

Post by JV.com »

I use Ubntu 8.10
James Huk

howto install 1.1.13

Post by James Huk »

2009/1/17 JV.com <[email protected]>
I use Ubntu 8.10





Download the source and this script:
http://winezeug.googlecode.com/svn/trun ... ne-deps.sh and do the
folowing:

-Unpack wine (right click extract here)
-In terminal type chmod 777 install-wine-deps.sh (assuming you are in script
dir), .sudo sh install-wine-deps.sh (to run the script - it should install
all required packages)
-now go to wine-source dir and type (NOT as root - ./configure && make
depend && 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)

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).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

howto install 1.1.13

Post by austin987 »

On Sat, Jan 17, 2009 at 3:04 AM, JV.com <[email protected]> wrote:
I use Ubntu 8.10





It's ready now.

All you needed was some patience.

--
-Austin
Locked