VirtualBox native support for VDE.
[vde.git] / vde-2 / VirtualBox / README
blob16b5fffe2f4c612aec11ce09da44382358634aa8
1 This directory contains a preliminary patch to add a native support for VDE
2 in VirtualBox.
4 How to compile VirtualBox+VDE support.
6 Download VirtualBox source code from here:
7 http://download.virtualbox.org/virtualbox/
9 Expand the source tar.bz2.
11 Apply the patch (in the root dir of the source hierarchy):
12 $ patch -p 1 <VirtualBox-3.1.6_OSE_VDE.patch
14 Follow the instructions to build the binaries:
15 http://www.virtualbox.org/wiki/Linux%20build%20instructions
17 (Renzo Davoli: Apr. 04 2010)