• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D03-May-2022105 11

CHANGELOGH A D03-May-2022679 1717

COPYINGH A D03-May-202217.6 KiB343281

LICENSEH A D03-May-202221 21

READMEH A D03-May-2022436 86

shttpscanner_v0.4.cH A D03-May-202249.8 KiB1,4911,154

README

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