README 920 B

12345678910111213141516171819202122232425262728
  1. *** Http tiny library & command line program package *** release 1.2
  2. (c) 1998 Laurent Demailly - see LICENSE
  3. (c) 1996 Observatoire de Paris
  4. Author(s): Laurent Demailly <L@Demailly.com> - http://www.demailly.com/~dl/
  5. http_lib.c is a small library for http commands,
  6. see nroff -man man3/http_lib.3 | more
  7. http is a example of use. see nroff -man man1/http.1 | more
  8. (or see http-man.txt if you don't have nroff/man)
  9. To compile / INSTALL:
  10. You need a C compiler, preferably ansi, like gcc
  11. 1) EDIT makefile
  12. 2) type make depend (or remove everything after the # DO NOT DELETE ... line)
  13. 3) type make
  14. (you might have edit http_lib.c for includes, in that case,
  15. Please tell me...)
  16. 4) type make install
  17. 5) enjoy using "http" and/or the library in your programs (-lhttp)
  18. 6) send feedback and your best uses of the lib to
  19. <L@Demailly.com> !
  20. Tested succesfully on Linux, Solaris, Hp-Ux(8), and OS/9