Re: Wineprefix
James McKenzie <[email protected]>
| Newsgroups | gmane.comp.emulators.wine.user |
|---|---|
| Message-ID | <CAExQ=ZZRDvqTviYBN14++JtV5rKDPjUL5LjySENDjBGs8CdNkA@mail.gmail.com> |
On Sat, May 19, 2012 at 3:21 PM, mikon29 <[email protected]> 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.