different wine installations

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
looki
Level 2
Level 2
Posts: 38
Joined: Mon Apr 21, 2008 3:20 pm

different wine installations

Post by looki »

hello,
i have now a patched wine 0.9.44, but its taking alot effort to try around with other versions of wine. because i allways have to make uninstall and then make install with another version.
i did read about git and so on, but it is alot stuff which doesnt touch me. and my english lags make that beeing a hard work to understand or even to use it(im not sure whether this leads to my intention).

under windows this would be easy, i install wine944patched, or wine win960unpatched in different folders.

what would be the simplest way to do what i want?

thx says looki
Marcel W. Wysocki

different wine installations

Post by Marcel W. Wysocki »

On Thu, 24 Apr 2008 07:43:26 -0500
"looki" <[email protected]> wrote:
hello,
i have now a patched wine 0.9.44, but its taking alot effort to try around with other versions of wine. because i allways have to make uninstall and then make install with another version.
i did read about git and so on, but it is alot stuff which doesnt touch me. and my english lags make that beeing a hard work to understand or even to use it(im not sure whether this leads to my intention).

under windows this would be easy, i install wine944patched, or wine win960unpatched in different folders.

what would be the simplest way to do what i want?

thx says looki
./configure --prefix=/opt/wine944
./configure --prefix=/opt/wine960
etc
etc


--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
looki
Level 2
Level 2
Posts: 38
Joined: Mon Apr 21, 2008 3:20 pm

Post by looki »

ah thx, this works.

but where to put a symlink (wine44) from my /opt/wine44/bin/wine file, that i can use it like i done bevore?

im on opensuse 10.3

greetz looki
Marcel W. Wysocki

different wine installations

Post by Marcel W. Wysocki »

On Thu, 24 Apr 2008 08:59:37 -0500
"looki" <[email protected]> wrote:
ah thx, this works.

but where to put a symlink (wine44) from my /opt/wine44/bin/wine file, that i can use it like i done bevore?

greetz looki

just add /opt/wine44/bin to your PATH

--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
looki
Level 2
Level 2
Posts: 38
Joined: Mon Apr 21, 2008 3:20 pm

Post by looki »

thx for the hint with PATH. it works now how i want it.
Locked