1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
VDE is a standard feature of Virtual Box 3.2.0.
The "VDE Adapter" option automatically appears when VirtualBox runs on a
host with VDE support (i.e. if VirtualBox can load the libvdeplug library).
(Renzo Davoli, May 08 2010).
----
Obsolete info for 3.1.6
This directory contains a preliminary patch to add a native support for VDE
in VirtualBox.
How to compile VirtualBox+VDE support.
Download VirtualBox source code from here:
http://download.virtualbox.org/virtualbox/
Expand the source tar.bz2.
Apply the patch (in the root dir of the source hierarchy):
$ patch -p 1 <VirtualBox-3.1.6_OSE_VDE.patch
Follow the instructions to build the binaries:
http://www.virtualbox.org/wiki/Linux%20build%20instructions
(Renzo Davoli: Apr. 04 2010)
|