updated examples/README.md
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
Compile example files with following gcc flags :
|
Build Instructions
|
||||||
=================================================
|
==================
|
||||||
``gcc -Wall -I/usr/local/include -L/usr/local/lib -o bot bot.c -lstrophe -lssl -lresolv -lexpat``
|
|
||||||
|
Compile example files with the following gcc flags:
|
||||||
|
```
|
||||||
|
gcc -o bot bot.c `pkg-config --cflags --libs libstrophe`
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user