From: Daniel P. Berrange
Date: Tue, 7 May 2013 10:54:02 +0000 (+0100)
Subject: Point users to Virt-Viewer MSI installers for Windows builds
X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c5e8343a254dfbfa2546a0686e3a8b0d3df7f0a4;p=libvirt.git
Point users to Virt-Viewer MSI installers for Windows builds
The Windows port page currently links to pre-built libvirt
DLLs for release 0.8.8 which are 2 years old now. Until we
can reliably produce official Windows installers, point
people to the virt-viewer MSI installers instead which
include the libvirt DLLs.
Signed-off-by: Daniel P. Berrange
---
diff --git a/docs/windows.html.in b/docs/windows.html.in
index 89dfdb19df..a0fe533a3d 100644
--- a/docs/windows.html.in
+++ b/docs/windows.html.in
@@ -12,67 +12,23 @@
as well but we either haven't tested or received reports for them.
-
+
- A windows installation package is in development. An experimental
- version is available here:
+ Users who need pre-built Windows DLLs of libvirt are advised
+ to use the Virt Viewer
+ pre-compiled Windows MSI packages
- http://libvirt.org/sources/win32_experimental/Libvirt-0.8.8-0.exe
-
-
- It is not production ready.
-
-
-
- This version includes the libvirt development headers and libraries
- for compiling against, the virsh shell with its needed dependencies,
- and untested Python bindings.
-
-
-
-
-
- -
- This installer just repackages the files compiled using Matthias
- Bolte's msys_setup scripting (described below).
-
- -
- This is a .exe installer, created using NSIS. We're looking into
- something to create .msi installers as well.
-
- -
- The script for the NSIS installer is available online
- here.
-
-
-
-
-
- These are problems we know about, and need to be fixed in subsequent
- versions of the installer (assistance welcomed):
+ These installers include the libvirt, gtk-vnc and spice-gtk DLLs
+ along with any of their pre-requisite supporting DLLs, the virsh
+ command line tool and the virt-viewer & remote-viewer graphical
+ tools. The development headers are not currently provided in this
+ installer, so this cannot be used for compiling new applications
+ against libvirt.
-
- -
- New versions install over other libvirt versions
-
- If a version of this installer has installed libvirt on the system
- already, this installer will automatically suggest the same
- installation location, then overwrite the version already there
- without checking.
-
- This is fairly non-optimal, and should be fixed. What should
- probably happen, is for this installer to detect an existing
- installation then offer to either uninstall it first or ask for a
- new installation location.
-
-
-
-
-