git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3297466
)
Add compilation/linking example to guestfs(3) man page.
author
Richard Jones
<rjones@redhat.com>
Sat, 17 Apr 2010 15:22:53 +0000
(16:22 +0100)
committer
Richard Jones
<rjones@redhat.com>
Sat, 17 Apr 2010 15:22:53 +0000
(16:22 +0100)
src/guestfs.pod
patch
|
blob
|
history
diff --git
a/src/guestfs.pod
b/src/guestfs.pod
index
1c7a02a
..
a566b71
100644
(file)
--- a/
src/guestfs.pod
+++ b/
src/guestfs.pod
@@
-16,6
+16,10
@@
guestfs - Library for accessing and modifying virtual machine images
guestfs_sync (handle);
guestfs_close (handle);
+ cc prog.c -o prog -lguestfs
+or:
+ cc prog.c -o prog `pkg-config libguestfs --cflags --libs`
+
=head1 DESCRIPTION
Libguestfs is a library for accessing and modifying guest disk images.