updated examples/README.md

This commit is contained in:
Dmitry Podgorny
2016-04-14 15:23:38 +00:00
parent e3b9fa1e53
commit 9e4e274c4d

View File

@@ -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`
```