From 9e4e274c4d0a78dbf3067fd95eec035da06ba86f Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Thu, 14 Apr 2016 15:23:38 +0000 Subject: [PATCH] updated examples/README.md --- examples/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index 4bc95e7..473efb8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,3 +1,7 @@ -Compile example files with following gcc flags : -================================================= -``gcc -Wall -I/usr/local/include -L/usr/local/lib -o bot bot.c -lstrophe -lssl -lresolv -lexpat`` +Build Instructions +================== + +Compile example files with the following gcc flags: +``` +gcc -o bot bot.c `pkg-config --cflags --libs libstrophe` +```