opt/wine/README

26 lines
569 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
2016-04-03 03:59:26 +02:00
And uncomment:
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
2016-04-03 03:59:26 +02:00
To speed up building wine multiple times also:
2018-09-16 14:36:58 +02:00
prt-get depinst ccache
2016-04-03 03:59:26 +02:00
And configure ccache https://crux.nu/Wiki/HowToSpeedUpBuildingPackages#ccache