X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=0d5657c58bb710e3994968245717626379c9b4e9;hb=bc3dfecc3489678f7f92df1e32838d4a9b14bcfb;hp=c0b9814d57ba05341ac9b7e6bf53c0f4b52f2c8b;hpb=c0a6a06f0715d60268a654d75be48a0db159cd96;p=nbdkit-plugin-vddk.git diff --git a/README b/README index c0b9814..0d5657c 100644 --- a/README +++ b/README @@ -1,13 +1,14 @@ -This repository contains a sources allowing you to build the nbdkit +This repository contains a specfile allowing you to build the nbdkit VDDK plugin as an RPM. Note that you will need VDDK, downloaded from VMware's website: https://www.vmware.com/support/developer/vddk/ -and unpacked into some directory. You must edit -‘nbdkit-plugin-vddk.spec’ and set the ‘vddkdir’ variable point to the -directory where you unpacked VDDK. +and unpacked into a directory somewhere. + +You must edit ‘nbdkit-plugin-vddk.spec’ and set the ‘vddkdir’ variable +to point to the directory where you unpacked VDDK. To build the RPM just type ‘make’. (If you have missing dependencies then make will give an error, so fix the problem and run make again.)