[cairo-commit] cairomm/examples README,1.2,1.3
Jonathon Jongsma
commit at pdx.freedesktop.org
Wed Feb 22 20:00:20 PST 2006
Committed by: jjongsma
Update of /cvs/cairo/cairomm/examples
In directory kemper:/tmp/cvs-serv12928/examples
Modified Files:
README
Log Message:
2006-02-22 Danilo Piazzalunga <danilopiazza at gmail.com>
* examples/README: Write some basic information about each example
Index: README
===================================================================
RCS file: /cvs/cairo/cairomm/examples/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README 7 Jan 2006 11:53:02 -0000 1.2
+++ README 23 Feb 2006 04:00:18 -0000 1.3
@@ -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
+
More information about the cairo-commit
mailing list