Index: ChangeLog =================================================================== RCS file: /cvs/cairo/cairomm/ChangeLog,v retrieving revision 1.28 diff -u -r1.28 ChangeLog --- ChangeLog 17 Feb 2006 15:27:21 -0000 1.28 +++ ChangeLog 17 Feb 2006 17:07:57 -0000 @@ -1,5 +1,9 @@ 2006-02-17 Danilo Piazzalunga + * examples/README: Write some basic information about each example + +2006-02-17 Danilo Piazzalunga + * examples/*/.cvsignore: Bug #5927: added .cvsignore files to examples directories Index: examples/README =================================================================== RCS file: /cvs/cairo/cairomm/examples/README,v retrieving revision 1.2 diff -u -r1.2 README --- examples/README 7 Jan 2006 11:53:02 -0000 1.2 +++ examples/README 17 Feb 2006 17:07:57 -0000 @@ -0,0 +1,12 @@ +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. + + +To compile an example program, simply execute + + g++ `pkg-config --cflags --libs cairomm-1.0` main.cc +