Skip to content

Commit 90cf0c4

Browse files
stefwalterrwmjones
authored andcommitted
HACKING: Add a basic documentation for contributors
This points people in the right direction to get started with the repo. Just refers to libguestfs docs.
1 parent 636724e commit 90cf0c4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

HACKING

+15
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)