Makefile: refactor detection and use of tools
[nbdkit-plugin-vddk.git] / README
1 This repository contains a specfile 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 a directory somewhere.
9
10 You must edit ‘nbdkit-plugin-vddk.spec’ and set the ‘vddkdir’ variable
11 to point to the directory where you unpacked VDDK.
12
13 To build the RPM just type ‘make’.  (If you have missing dependencies
14 then make will give an error, so fix the problem and run make again.)