1How to compile
2--------------
3
4If you are using GNU C Compiler (gcc) you just have to add the "-lpthread" to link with the library pthread, like:
5gcc shttpscanner_v0.4.c -o shttpscanner_v0.4 -lpthread
6
7In Windows you need to download some .dll, .h and .a files. You can download it on http://sourceforge.net/projects/shttpscanner/
8In the download section you can see the "pthread-win32lib" package. Download it and read the instructions