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