[Wine] Wineprefix

James McKenzie jjmckenzie51 at gmail.com
Sat May 19 21:51:08 CDT 2012


On Sat, May 19, 2012 at 3:21 PM, mikon29 <wineforum-user at winehq.org> wrote:
> Hello,
>
> i am on a 64 bit machine if i let wine setup yoursel then will create 64 bit prefix but i need 32 bit prefix.
>
Then do the following:

WINEPREFIX=$HOME/wine32 WINEARCH=win32 wine winecfg.

You can set this in your environment by exporting the two variables:

export WINEPREFIX=$HOME/wine32
export WINEARCH=win32

Before running any program that requires a 32 bit Wine Prefix.

James.



More information about the wine-users mailing list