updated examples/README.md
This commit is contained in:
@@ -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`
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user