Wine Admin

Procedure

The Wine doc recommends installing Wine with:


./tools/wineinstall

... but that install option doesn't permit us to specify the installation directory prefix.

So use this procedure instead:


% bunzip2 wine-1.4.1.tar.bz2
% tar -xvf wine-1.4.1
% cd wine-1.4.1
wine-1.4.1% ./configure --prefix=/util/wine-1.4.1 
wine-1.4.1% make
wine-1.4.1% sudo make install clean
[lethe] wine-1.4.1% cd /util
[lethe] util% sudo ln -s wine-1.4.1 wine