slackbuilds_ponce/system/virtualbox
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
10-virtualbox.rules system/virtualbox: Updated for version 4.0.8. 2011-06-19 22:37:33 -05:00
doinst.sh system/virtualbox: Updated for version 4.1.4. 2011-11-04 21:59:29 -02:00
LocalConfig.kmk system/virtualbox: Updated for version 4.0.8. 2011-06-19 22:37:33 -05:00
README
README.SLACKWARE system/virtualbox: Updated for version 4.0.8. 2011-06-19 22:37:33 -05:00
slack-desc system/virtualbox: Updated for version 4.1.14. 2012-05-07 23:05:19 -04:00
vbox.cfg Fix files with no newline at the end. 2012-05-21 20:01:58 -04:00
vboxdrv.sh-setup.diff system/virtualbox: Updated for version 4.1.4. 2011-11-04 21:59:29 -02:00
virtualbox-4-makeself-check.patch
virtualbox.default
virtualbox.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
virtualbox.SlackBuild system/virtualbox: Updated for version 4.1.14. 2012-05-07 23:05:19 -04:00

VirtualBox Open Source Edition (OSE) is a general-purpose full
virtualizer for x86 hardware.

By default VirtualBox will be compiled with hardening enabled. That
means all binaries will be run suid root, which is the default
behaviour of upstream packages. However, you are still able
to disable this by passing HARDENING=no to the script.

You have to create a vboxusers group, e.g. "groupadd -g 215 vboxusers"
and make your user a member of that group.

To compile virtualbox without the Qt4 GUI pass QT4=no to the script.

To enable the webservice pass WEBSERVICE=yes to the script. This adds gsoap
to the list of required dependencies.

If you want to attach VirtualBox to a VDE network you will need vde2.

VirtualBox requires acpica, the jdk package from /extra, and the
virtualbox-kernel package is needed at runtime. See README.SLACKWARE
for some setup notes.

NOTE: This will not build on a stock x86_64 system.