summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-02-23 04:00:18 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-02-23 04:00:18 +0000
commit2e0a83d24c8f80ae8bda99f2d691ddcfce9ec132 (patch)
treea8146238114174c73ffd67bd15ce8c192179a1fc
parent2322613a070d2f75780f8f3dbf0b1dd1f818377e (diff)
2006-02-22 Danilo Piazzalunga <danilopiazza@gmail.com>
* examples/README: Write some basic information about each example
-rw-r--r--ChangeLog4
-rw-r--r--examples/README14
2 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9c69e0..12eafbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-22 Danilo Piazzalunga <danilopiazza@gmail.com>
+
+ * examples/README: Write some basic information about each example
+
2006-02-22 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* docs/reference/Makefile.am: add target for publishing the API reference
diff --git a/examples/README b/examples/README
index e69de29..856c911 100644
--- a/examples/README
+++ b/examples/README
@@ -0,0 +1,14 @@
+Examples:
+
+ pdf-surface: Create a drawing and save it as a PDF document.
+ png_file: Create a drawing and save it as a PNG image.
+ ps-surface: Create a drawing and save it as a PostScript file.
+ svg-surface: Create a drawing and save it as a SVG image.
+
+
+These examples are built automatically as part of cairomm, and you can
+easily try them out if you are building from source. If cairomm has been
+installed on your system, you can compile an example program with
+
+ g++ `pkg-config --cflags --libs cairomm-1.0` main.cc
+