[PATCH 0/6] docs: Improve and clarify information how to compile and install libvirt

Peter Krempa posted 6 patches 1 year, 7 months ago
Failed in applying to current master (apply log)
docs/compiling.rst | 178 ++++++++++++++++++++++++++++++++++-----------
1 file changed, 134 insertions(+), 44 deletions(-)
[PATCH 0/6] docs: Improve and clarify information how to compile and install libvirt
Posted by Peter Krempa 1 year, 7 months ago
As a first step encourage users to use packages provided by the distro
rather than risking messing up their system.

Improve the rest too especially noting how to ensure that the build has
required functionality compiled in.

Rendered version:

https://pipo.sk.gitlab.io/-/libvirt/-/jobs/3005952997/artifacts/website/compiling.html

Peter Krempa (6):
  docs: compiling: Add a paragraph suggesting installation from
    repository
  docs: compiling: Section off block on how to run from build directory
  docs: compiling: Separate information on how to install libvirt and
    add disclaimer
  docs: compiling: Separate 'prepare', 'configure', and 'build' steps
  docs: compiling: Encourage force-enabling required functionality
  docs: compiling: Add notes on starting compiled libvirt daemons

 docs/compiling.rst | 178 ++++++++++++++++++++++++++++++++++-----------
 1 file changed, 134 insertions(+), 44 deletions(-)

-- 
2.37.1
Re: [PATCH 0/6] docs: Improve and clarify information how to compile and install libvirt
Posted by Ján Tomko 1 year, 7 months ago
On a Friday in 2022, Peter Krempa wrote:
>As a first step encourage users to use packages provided by the distro
>rather than risking messing up their system.
>
>Improve the rest too especially noting how to ensure that the build has
>required functionality compiled in.
>
>Rendered version:
>
>https://pipo.sk.gitlab.io/-/libvirt/-/jobs/3005952997/artifacts/website/compiling.html
>
>Peter Krempa (6):
>  docs: compiling: Add a paragraph suggesting installation from
>    repository
>  docs: compiling: Section off block on how to run from build directory
>  docs: compiling: Separate information on how to install libvirt and
>    add disclaimer
>  docs: compiling: Separate 'prepare', 'configure', and 'build' steps
>  docs: compiling: Encourage force-enabling required functionality
>  docs: compiling: Add notes on starting compiled libvirt daemons
>
> docs/compiling.rst | 178 ++++++++++++++++++++++++++++++++++-----------
> 1 file changed, 134 insertions(+), 44 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano