From 39b97eec9f948c871a289b9341c48385863729e9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Updated README instructions. --- README | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README b/README index a61e5f7..6902fca 100644 --- a/README +++ b/README @@ -40,16 +40,26 @@ Building Requirements: - * livecd-creator (on Fedora the package is 'livecd-tools') - * ocaml, ocaml-extlib, ocaml-pcre, ocaml-xml-light (all in Fedora) + * livecd-creator (in Fedora the package is called 'livecd-tools') + * ocaml, ocaml-extlib, ocaml-pcre, ocaml-xml-light, + ocaml-newt (all in Fedora) * qemu and/or KVM (only for testing) Then: - ./configure && make + ./configure --help + ./configure + make -As root, 'make build' will build an ISO image called -'virt-p2v-$VERSION.iso'. +Then: + + make build (as root) builds an ISO image + called virt-p2v-$VERSION.iso + +Other useful commands: + + make man Build manual page + make pxe Make a PXE-boot image in tftpboot/ subdirectory Burn the image on to a CD using standard tools. -- 1.8.3.1