[Wine]installing wine from cvs alongside deb package

Fabrice DELENTE fabrice.delente at free.fr
Wed Feb 9 08:06:17 CST 2005


Hello.

I don't have Debian, but I use several wine-winex versions simultaneously
(wine package, wine-CVS and winex-CVS).

When you ./configure, give the --prefix were you want wine to be installed
(for exemple /opt/wine-CVS).

After the build, make install will put everything in this directory. You can
then select which wine you want to use by setting WINEPREFIX to where you
stored the config file and INSTALLDIR to the same directory you gave to
--prefix.

You then have to set LD_LIBRARY_PATH to $INSTALLDIR/lib:$LD_LIBRARY_PATH so
that ld loads the correct libraries for the wine version you want to use.

In your config file, set the C: drive accordingly ("Path" =
"/path/to/your/fake/c/drive").

See you.

-- 
Fabrice DELENTE
E-mail : fabrice.delente at free.fr



More information about the wine-users mailing list