summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-09-07 08:51:38 -0700
committerCarl Worth <cworth@cworth.org>2007-09-07 08:51:38 -0700
commit3d7514bb6cf22deffe57ca772eb893805d7551bf (patch)
tree8e7df2681af212e03889dc8f8de69df862da2323
parenta6c5d07827333b9b45af6bcc7b30855bdae677b7 (diff)
Add example compilation command line
-rw-r--r--svg2pdf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/svg2pdf.c b/svg2pdf.c
index 1dab19e..d7dbf5a 100644
--- a/svg2pdf.c
+++ b/svg2pdf.c
@@ -1,4 +1,5 @@
-/*
+/* gcc `pkg-config --cflags --libs librsvg-2.0 cairo-pdf` -o svg2pdf svg2pdf.c
+ *
* Copyright © 2005 Red Hat, Inc.
* Copyright © 2006 Red Hat, Inc.
* Copyright © 2007 Red Hat, Inc.