How do I create a 32-bit WINE prefix?

http://askubuntu.com/questions/177192/how-do-i-create-a-32-bit-wine-prefix

81 down vote accepted

To create a 32-bit WINE prefix on a 64-bit Ubuntu system, you need to open a terminal and run the following command:

WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot
  • Where WINEPREFIX is the directory for the prefix
  • This directory must not already exist or you will get an error! Please do not manually create it in Nautilus or with mkdir./

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注