We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636724e commit 90cf0c4Copy full SHA for 90cf0c4
HACKING
@@ -0,0 +1,15 @@
1
+To learn how to compile guestfs-tools from sources:
2
+
3
+ guestfs-building(1) or http://libguestfs.org/guestfs-building.1.html
4
5
+To learn how to extend guestfs-tools:
6
7
+ guestfs-hacking(1) http://libguestfs.org/guestfs-hacking.1.html
8
9
+Although the above documentation applies specifically to libguestfs,
10
+this project was split from that repo, and similar steps and principles
11
+apply.
12
13
+For example, replace libguestfs with guestfs-tools in commands like:
14
15
+ dnf builddep guestfs-tools
0 commit comments