Move vddkdir to the spec file.
[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
9 ‘nbdkit-plugin-vddk.spec’ and set the ‘vddkdir’ variable point to the
10 directory where you unpacked 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.)