[libvirt] [PATCHv2] docs: added compiling page and significantly expanded windows page

Eric Blake eblake at redhat.com
Mon Dec 20 16:49:48 UTC 2010


On 12/20/2010 09:28 AM, Justin Clift wrote:
> Also added an additional menu placement for the windows page, in
> order to attract further potential testers.
> ---
> This version of the patch includes information on TLS certificate files,
> connection types, and ESX/vSphere.

> +
> +    <h2><a name="Compilatio">Compiling a release tarball</a></h2>

Any reason to truncate the name at Compilatio?

> +
> +    <p>
> +      libvirt uses the standard configure/make/install steps:
> +    </p>
> +
> +    <pre>
> +      gunzip -c libvirt-xxx.tar.gz | tar xvf -
> +      cd libvirt-xxxx

3 xxx vs. 4 xxxx in the two lines should be consistent.

> +    <pre>
> +      ./configure [possible options]
> +      make
> +      make install</pre>

Maybe list the last line as:

[sudo] make install

to help point out that installation is the only part of the process that
must be run as root when doing a system-wide install, but that root
rights are not needed when installing somewhere under $HOME for a single
user?

> +++ b/docs/downloads.html.in
> @@ -91,46 +91,9 @@
>  
>      <br />
>  
> -    <h1><a name="installation">libvirt Installation</a></h1>
> -
> -    <h2><a name="Compilatio">Compiling a release tarball</a></h2>

Oh - just doc motion from the earlier incomplete name.  But now that the
target is on a new page, we might as well fix the target name.

> +
> +      <li>
> +        Libvirt dll files should be added to path
> +        <br /><br />
> +        At the moment, anything that needs to use the libvirt dll files
> +        (ie the C# bindings) won't automatically find them.  This can be

s/ie/i.e./

> +        worked around by copying the dll files into the same directory as
> +        whatever needs them, but is probably not an optimal approach.
> +        There might be a better way and needs to be investigated.

Requiring features of libtool 2.4 supposedly makes this easier, but yes,
it does need more investigation.

I hope to get further on a cygwin port of libvirt someday, at which
point I'll have to provide updates for this page.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20101220/ebb6099a/attachment-0001.sig>


More information about the libvir-list mailing list