summaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-06-11 14:38:15 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-06-11 14:38:15 +0200
commitd6b1c6a047c282b1e33b76bd0f3398d20c03055e (patch)
treef6479d1e3c3e242446da72ecd169448522e1df96 /examples/README
parent003bb21aad74a692edee15ed37193a3c55cce53c (diff)
Update examples/README
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README b/examples/README
index 29413fd..748f86d 100644
--- a/examples/README
+++ b/examples/README
@@ -3,10 +3,10 @@ Examples:
surfaces: demonstrates how to use various surface types
text: various examples of drawing text
-
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
+ g++ main.cc `pkg-config --cflags --libs cairomm-1.16` -std=c++17
+with main.cc replaced by the name of the program you want to build.