Date: Sat, 02 Oct 2010 11:04:00 -0500 From: Rusty Nejdl <rnejdl@ringofsaturn.com> To: Scott Ballantyne <sdb@ssr.com> Cc: freebsd-emulation@freebsd.org Subject: Re: Wine on amd64? Message-ID: <a7fc0319472ac59c5e3a5a15161c8efc@ringofsaturn.com> In-Reply-To: <20101002152513.21351.qmail@ssr.com> References: <20101002152513.21351.qmail@ssr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2 Oct 2010 15:25:13 -0000, Scott Ballantyne wrote: > Hi there, > > I'm interested in trying wine. I use the FBSD-8.1 amd64 platform. I > found some emails from January 2010 that imply you need to build this > on i386, but I have no access to an i386 machine, and there is no > wine > in the amd64 packages. > > Can anyone update me on the status of Wine for amd64, and perhaps > help > me find a pre-compiled version? > > Thanks so much for your help. > > Scott Scott, Check out the Wiki: http://wiki.freebsd.org/Wine#head-6963d527c173e57b1567e881305b544d33435b6d You need to build the 32bit system: cd /usr/src && make buildworld installworld distribution TARGET=i386 DESTDIR=/compat/i386 And then you will chroot into that and build wine. You also would want to install the 32bit version of the Nvidia driver if you use that. Sincerely, Rusty Nejdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a7fc0319472ac59c5e3a5a15161c8efc>