Re: Universal procedure to know if wine can run 32 bits apps

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ganymede wrote:
> I would like to know if there's a simple and universal procedure to know if wine if able to run 32 bits apps.


With this command Wine will refuse to run if you user has only wine-64:

Code:
TMP=$(mktemp -d); WINEARCH=win32 WINEPREFIX=$TMP/test wine winecfg; wineserver -w; rm -rf $TMP









[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux