Blame examples/README

Packit Service e3b512
Examples:
Packit Service e3b512
Packit Service e3b512
  surfaces: demonstrates how to use various surface types
Packit Service e3b512
  text: various examples of drawing text
Packit Service e3b512
Packit Service e3b512
Packit Service e3b512
These examples are built automatically as part of cairomm, and you can
Packit Service e3b512
easily try them out if you are building from source. If cairomm has been
Packit Service e3b512
installed on your system, you can compile an example program with
Packit Service e3b512
Packit Service e3b512
    g++ `pkg-config --cflags --libs cairomm-1.0` main.cc
Packit Service e3b512