Fix new path to RPM.
[virt-p2v.git] / README
diff --git a/README b/README
index a61e5f7..521cfb4 100644 (file)
--- a/README
+++ b/README
@@ -40,16 +40,29 @@ 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')
+ * rpmbuild (in Fedora package rpm-build)
+ * ocaml, ocaml-findlib, ocaml-extlib, ocaml-pcre, ocaml-xml-light,
+   ocaml-newt, ocaml-libvirt, ocaml-fileutils, ocaml-gettext,
+   ocaml-gettext-devel (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 rpm        builds the virt-p2v RPM
+       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.