OpenBSD
From Wine-Wiki
Contents |
[edit] Introduction
[Approx Jan 2005] Go to the ports & packages collection page or ftp/http mirror and download the latest available wine package.
How well does wine work? You might have to try it and add a note about your experiences. A. English Dec 08 wine devel: Pretty well, aside from a regression in 1.1.8 that broke pretty much all apps . Other than that, there are a few differences in things BSD doesn't support, most notably file change notifications and a couple networking issues. http://bugs.winehq.org/show_bug.cgi?id=16665 was one of several recent [dec08] build fixes.
[edit] Getting Root Access
$ su - password:
[edit] Fetching/Installing wine package
$ ftp ftp://ftp.openbsd.org/pub/OpenBSD/3.6/packages/i386/ 250 CWD command successful ftp> ls wine* 227 Entering Passive Mode (129,128,5,191,164,73) 150 Opening ASCII mode data connection for wine*. wine-990225.tgz 226 Transfer complete. ftp> get wine-990225.tgz "|pkg_add -v -"
- see more from OpenBSD man page pkg_add(1)
[edit] Configuration
To use Wine, you need to enable the machdep.userldt sysctl, either via /etc/sysctl.conf or by entering:
sysctl -w machdep.userldt=1
Wine relies on the configuration file /etc/wine.conf to contain valid assignments of Unix directories to DOS drive letters, and for certain other options (see "man wine" for details).
You will most probably have to edit it, after the install.

