blob: 750689b7e2e9c4b67ab681f005e6d29038c2d104 (
plain)
1 Note that wine compiles twice for 32bit and 64bit use and as such
2 requires compat-32 ports tree to be enabled to work.
3
4 You could edit wine to only compile 64bit only but then you can
5 only run PE64 bit binaries.
6
7 You enable compat-32 by.
8
9 mv /etc/ports/compat-32.rsync.inactive /etc/ports/compat-32.rsync
10
11 $EDITOR /etc/prt-get.conf
12
13 And uncomment:
14
15 prtdir /usr/ports/compat-32
16
17 Also be sure to enable:
18
19 runscripts yes
20
21 To speed up building wine multiple times also:
22
23 prt-get depinst ccache
24
25 And configure ccache https://crux.nu/Wiki/HowToSpeedUpBuildingPackages#ccache
|