summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-22 11:28:25 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-07-22 11:31:51 +0200
commitda84697c07b1b7b9e7344312af701480e50a5f1a (patch)
tree8090b90c1dcb1bd0d17ca1737db383951eb7c96e
parentf9a8d90fcf66d13515028dfe1685c02efde86e87 (diff)
Update INSTALL after switch to the new layout
2 people have asked about the new virtio-win layout, how the scripts work now, ..., better to update the README file to try to avoid some confusion.
-rw-r--r--INSTALL18
1 files changed, 8 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index ed023bc..ee2f14c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,11 +1,9 @@
-- run 'python ./tools/gen-upstream-virtio-iso.py'
- -> this will download the latest virtio ISO and 'unpack' it to
- tmp/drivers
-- rm -rf drivers/virtio && mv tmp/drivers drivers/virtio
-- remove .pdb (debug) files from drivers/virtio
-- put qxl drivers in drivers/qxl/
-- put agent binaries in bin/vdagent_x64 and bin/vdagent_x86 directories
-- run makensis ./spice-guest-tools.nsis
-
-- don't forget to gather/ship the various sources at the same time!
+As described in
+https://alt.fedoraproject.org/pub/alt/virtio-win/latest/deprecated-README
+the virtio-win ISOs have moved to a new location with a different layout,
+which broke the various scripts in tools/.
+At this point, manually fetching the latest ISO, and copying the directory
+structure manually to spice-nsis/drivers/ should be enough for the
+nsis script. Make sure you remove the .pdb files, they contain debug
+information and can be quite large, no need to ship them in the installer