[libvirt PATCH 04/10] docs: Point to compiling guide from code contribution guide

Tim Small tim at seoss.co.uk
Thu Jul 13 10:59:58 UTC 2023


The "hacking" doc details where to find the code, but not how to compile
it - link to the instructions contained in `compiling.rst`.

Signed-off-by: Tim Small <tim at seoss.co.uk>
---
 docs/hacking.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/hacking.rst b/docs/hacking.rst
index 8dc9b37475..a04da9cb58 100644
--- a/docs/hacking.rst
+++ b/docs/hacking.rst
@@ -19,6 +19,15 @@ If you want to contribute to translations of libvirt, join the appropriate
 language team in Weblate.  Translation updates to libvirt will be merged
 during the feature freeze window.
 
+Working with the code
+=====================
+
+In general you should base your work upon the git master branch.
+
+The `"Git checkout" section <compiling.html#git-checkout>`__
+of the libvirt installation instructions give an overview of the
+compilation process.
+
 Preparing patches
 =================
 
-- 
2.39.2



More information about the libvir-list mailing list