2009-02-18 00:31:28 +01:00
|
|
|
################################################################################
|
|
|
|
|
2013-11-26 23:32:54 +01:00
|
|
|
Q4Wine has been installed.
|
|
|
|
|
2013-10-18 02:56:10 +02:00
|
|
|
|
|
|
|
For more info about running wine on FreeBSD please see:
|
2013-11-26 23:32:54 +01:00
|
|
|
|
2013-10-18 02:56:10 +02:00
|
|
|
http://wiki.freebsd.org/Wine
|
|
|
|
|
2013-11-26 23:32:54 +01:00
|
|
|
|
|
|
|
FreeBSD/amd64 users:
|
|
|
|
You need to manually install Wine 32bit binary from:
|
|
|
|
|
|
|
|
https://wiki.freebsd.org/i386-Wine
|
|
|
|
|
|
|
|
|
2013-10-18 02:56:10 +02:00
|
|
|
This program will attempt to obtain some system information by accessing files
|
|
|
|
in procfs. You must mount procfs filesystem for this to work correctly.
|
|
|
|
This can be accomplished by adding the following line to your /etc/fstab file:
|
2009-02-18 00:31:28 +01:00
|
|
|
|
|
|
|
# Device Mountpoint FStype Options Dump Pass#
|
|
|
|
proc /proc procfs rw 0 0
|
|
|
|
|
|
|
|
and then, as root, executing the command:
|
|
|
|
|
|
|
|
mount /proc
|
|
|
|
|
2013-10-18 02:56:10 +02:00
|
|
|
Also you need passwordless sudo for mdconfig, mount_cd9660, umount commands for
|
2013-11-26 23:32:54 +01:00
|
|
|
work with ISO images.
|
2010-05-23 16:24:55 +02:00
|
|
|
|
2009-02-18 00:31:28 +01:00
|
|
|
################################################################################
|