diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-02-16 18:59:48 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-02-16 19:00:25 +1100 |
commit | f9aec5cd7dccd9b6e8e4e714a31fbec92f6d636d (patch) | |
tree | 41f5ad669143443ac213888e048e50665aab4e4f /wine | |
parent | a151a19c09bef8c8c5772f92f66dcee4dfc52bb5 (diff) | |
download | opt-f9aec5cd7dccd9b6e8e4e714a31fbec92f6d636d.tar.gz opt-f9aec5cd7dccd9b6e8e4e714a31fbec92f6d636d.tar.xz |
wine add README
Diffstat (limited to 'wine')
-rw-r--r-- | wine/README | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/wine/README b/wine/README index 6db7403cd..421892ba0 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 |