windows.html.in 994 字节
Newer Older
1 2 3 4
<?xml version="1.0"?>
<html>
  <body>
    <h1 >Windows support</h1>
R
Richard W.M. Jones 已提交
5

6
    <p>
R
Richard W.M. Jones 已提交
7 8 9 10 11 12 13 14 15
      Libvirt can be compiled on Windows
      using the free <a href="http://www.mingw.org/">MinGW compiler</a>.
      You can also cross-compile to a Windows target
      from a Fedora machine using the packages available
      <a href="http://hg.et.redhat.com/misc/fedora-mingw--devel/">from
      the Fedora MinGW project</a>
      (which includes a working libvirt specfile).
    </p>

16
    <p>
R
Richard W.M. Jones 已提交
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
      Libvirt can only be built as a client on Windows
      allowing remote access to systems libvirt servers.
      Configure libvirt like this:
    </p>

<pre>
./configure \
  --without-sasl \
  --without-avahi \
  --without-polkit \
  --without-python \
  --without-xen \
  --without-qemu \
  --without-lxc \
  --without-openvz \
  --without-libvirtd
33
</pre>
R
Richard W.M. Jones 已提交
34 35 36 37 38

    <p>
      We intend to supply Windows binaries on this page
      later, but at the moment you have to compile from source.
    </p>
39 40
  </body>
</html>