diff options
-rw-r--r-- | src/guestfs.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod index 1c7a02aa..a566b71a 100644 --- 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. |