Initial commit.
[nbdkit-plugin-vddk.git] / README
1 This repository contains a sources allowing you to build the nbdkit
2 VDDK plugin as an RPM.
3
4 Note that you will need VDDK, downloaded from VMware's website:
5
6   https://www.vmware.com/support/developer/vddk/
7
8 and unpacked into some directory.  You must edit ‘Makefile’ and make
9 the ‘VDDK_DIR’ variable point to the directory where you unpacked
10 VDDK.
11
12 To build the RPM just type ‘make’.  (If you have missing dependencies
13 then make will give an error, so fix the problem and run make again.)