mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-19 12:16:21 +00:00
8 lines
156 B
Markdown
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`
|
|
```
|