commit f9aec5cd7dccd9b6e8e4e714a31fbec92f6d636d Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Feb 16 18:59:48 2014 +1100 wine add README diff --git a/wine/README b/wine/README index 6db7403..421892b 100644 --- a/wine/README +++ b/wine/README @@ -1,25 +1,19 @@ -README for wine 0.9.1+ +Note that wine compiles twice for 32bit and 64bit use and as such +requires compat-32 ports tree to be enabled to work. +You could edit wine to only compile 64bit only but then you can +only run PE64 bit binaries. -REQUIREMENTS +You enable compat-32 by. -Wine requires compat-32 ports to be enabled, as wine builds for -32bit and 64bit. +mv /etc/ports/compat-32.rsync.inactive /etc/ports/compat-32.rsync +$EDITOR /etc/prt-get.conf -PRE-INSTALL +And add: +prtdir /usr/ports/compat-32 -POST-INSTALL +Also be sure to enable: -The command 'winecfg' is now used to alter your configuration -settings. If you still have a config file the settings will be -moved into the registry (acessed by 'regedit') and the config -file will not be parsed anymore. - - -PRECAUTION - -If you are having any problems, it is highly recommmended that -you clean out your WINEPREFIX directory (eg: /home/user/.wine/) -as old configuration data can cause problems. +runscripts yes