summaryrefslogtreecommitdiff
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:40:43 +0200
commit45f3e0457b8723710adbe6b38e2df65344fda692 (patch)
tree31609f3d81051a26492a61fe2e2492c1d0073a12
parentc2cd763db432c5ff9b176e9fd3d917ae99bfd536 (diff)
Update 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.