tips for compiling example code

Me and a few more users (at
https://groups.google.com/forum/#!topic/strophe/sPw7-Vpszxs) were struggling
to compile example files. I think this readme file will help others as well.
This commit is contained in:
Tusharsb
2015-12-01 23:17:07 +05:30
committed by Dmitry Podgorny
parent 85bf3f4241
commit e3b9fa1e53

3
examples/README.md Normal file
View File

@@ -0,0 +1,3 @@
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``