opt/wine/README

26 lines
569 B
Plaintext
Raw Normal View History

2014-02-16 18:59:48 +11: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 15:26:10 +00:00
2014-02-16 18:59:48 +11:00
You could edit wine to only compile 64bit only but then you can
only run PE64 bit binaries.
2006-02-23 15:26:10 +00:00
2014-02-16 18:59:48 +11:00
You enable compat-32 by.
2006-02-23 15:26:10 +00:00
2014-02-16 18:59:48 +11:00
mv /etc/ports/compat-32.rsync.inactive /etc/ports/compat-32.rsync
2014-02-16 18:59:48 +11:00
$EDITOR /etc/prt-get.conf
2006-02-23 15:26:10 +00:00
2016-04-03 11:59:26 +10:00
And uncomment:
2006-02-23 15:26:10 +00:00
2014-02-16 18:59:48 +11:00
prtdir /usr/ports/compat-32
2006-02-23 15:26:10 +00:00
2014-02-16 18:59:48 +11:00
Also be sure to enable:
2006-02-23 15:26:10 +00:00
2014-02-16 18:59:48 +11:00
runscripts yes
2016-04-03 11:59:26 +10:00
To speed up building wine multiple times also:
2018-09-16 22:36:58 +10:00
prt-get depinst ccache
2016-04-03 11:59:26 +10:00
And configure ccache https://crux.nu/Wiki/HowToSpeedUpBuildingPackages#ccache