From a1612e796554207544d30e298d6a57834b335c37 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Fri, 11 Jun 2021 14:44:54 +0200 Subject: Update examples/README --- examples/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README b/examples/README index 29413fd..a79c5d9 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.0` -std=c++11 +with main.cc replaced by the name of the program you want to build. -- cgit v1.2.3