Files
libstrophe-gh/examples/README.md
2016-04-14 15:23:38 +00:00

8 lines
156 B
Markdown

Build Instructions
==================
Compile example files with the following gcc flags:
```
gcc -o bot bot.c `pkg-config --cflags --libs libstrophe`
```