opt/wine/README

20 lines
412 B
Plaintext
Raw Normal View History

2014-02-16 08:59:48 +01:00
Note that wine compiles twice for 32bit and 64bit use and as such
requires compat-32 ports tree to be enabled to work.
2006-02-23 16:26:10 +01:00
2014-02-16 08:59:48 +01:00
You could edit wine to only compile 64bit only but then you can
only run PE64 bit binaries.
2006-02-23 16:26:10 +01:00
2014-02-16 08:59:48 +01:00
You enable compat-32 by.
2006-02-23 16:26:10 +01:00
2014-02-16 08:59:48 +01:00
mv /etc/ports/compat-32.rsync.inactive /etc/ports/compat-32.rsync
2014-02-16 08:59:48 +01:00
$EDITOR /etc/prt-get.conf
2006-02-23 16:26:10 +01:00
2014-02-16 08:59:48 +01:00
And add:
2006-02-23 16:26:10 +01:00
2014-02-16 08:59:48 +01:00
prtdir /usr/ports/compat-32
2006-02-23 16:26:10 +01:00
2014-02-16 08:59:48 +01:00
Also be sure to enable:
2006-02-23 16:26:10 +01:00
2014-02-16 08:59:48 +01:00
runscripts yes