Hi I downloaded the CVS vewrsion from wine and now I want to compile it. I understand the basic procedure ( $> ./configure $> make depend && make $> checkinstall As I want to install the cvs version of WINE and keep 0.9.12, I used $> ./configure --prefix=$home but when I tried to install the rpm, it reported conflicts with desktop-file-utils. Therefore my question: is it possible to install two different wine versions parallell, and if yes, what are the options I have to use for configure? Thanks, Rainer
On Thu, May 11, 2006 at 11:02:18AM +0200, Rainer M KRug wrote:> Therefore my question: is it possible to install two different wine > versions parallell, and if yes, what are the options I have to use for > configure?Just do ./configure --prefix=/opt/wine (or /usr/local/wine, whatever suits you) and run wine with /opt/wine/bin/wine. The paths are adjusted automatically -- the wine from /opt/wine will use DLLs and other support files from /opt/wine. Leslie -- gpg --keyserver pgp.mit.edu --recv-keys 0x52D70289 http://nic-nac-project.de/~skypher/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20060511/121261e1/attachment.pgp
leslie.polzer@gmx.net wrote:> [-- text/plain, encoding quoted-printable, charset: us-ascii, 22 lines --]> On Thu, May 11, 2006 at 11:02:18AM +0200, Rainer M KRug wrote:> > Therefore my question: is it possible to install two different wine > > versions parallell, and if yes, what are the options I have to use for > > configure? > Just do> ./configure --prefix=/opt/wine> (or /usr/local/wine, whatever suits you)> and run wine with /opt/wine/bin/wine.> The paths are adjusted automatically -- the wine from /opt/wine will use > DLLs and other support files from /opt/wine.I have wine from cvs somewhere, and call ./configure even without the --prefix option. By calling wine with the full path, I run from a non-installed path. -- Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Maybe this howto will give you a hand :-) http://www.zwhlug.nl/content/wine_a_wine_cvs_howto Regards, S. Schauenburg On 5/11/06, Uwe Bonnes <bon@hertz.ikp.physik.tu-darmstadt.de> wrote:> leslie.polzer@gmx.net wrote: > > [-- text/plain, encoding quoted-printable, charset: us-ascii, 22 lines --] > > > On Thu, May 11, 2006 at 11:02:18AM +0200, Rainer M KRug wrote: > > > > Therefore my question: is it possible to install two different wine > > > versions parallell, and if yes, what are the options I have to use for > > > configure? > > Just do > > > ./configure --prefix=/opt/wine > > > (or /usr/local/wine, whatever suits you) > > > and run wine with /opt/wine/bin/wine. > > > The paths are adjusted automatically -- the wine from /opt/wine will use > > DLLs and other support files from /opt/wine. > > > I have wine from cvs somewhere, and call ./configure even without the > --prefix option. By calling wine with the full path, I run from a > non-installed path. > > -- > Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de > > Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt > --------- Tel. 06151 162516 -------- Fax. 06151 164321 ---------- > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users >