README 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. $Header: /cvs/maptools/cvsroot/libtiff/README,v 1.7 2012-02-18 21:53:27 bfriesen Exp $
  2. TIFF Software Distribution
  3. --------------------------
  4. This file is just a placeholder; all the documentation is now in
  5. HTML in the html directory. To view the documentation point your
  6. favorite WWW viewer at html/index.html;
  7. e.g.
  8. firefox html/index.html
  9. If you don't have an HTML viewer then you can read the HTML source
  10. or fetch a PostScript version of this documentation from the directory
  11. ftp://ftp.remotesensing.org/pub/libtiff/
  12. If you can't hack either of these options then basically what you
  13. want to do is:
  14. % ./configure
  15. % make
  16. % su
  17. # make install
  18. More information, email contacts, and mailing list information can be
  19. found online at http://www.remotesensing.org/libtiff/.
  20. Use and Copyright
  21. -----------------
  22. Silicon Graphics has seen fit to allow us to give this work away. It
  23. is free. There is no support or guarantee of any sort as to its
  24. operations, correctness, or whatever. If you do anything useful with
  25. all or parts of it you need to honor the copyright notices. I would
  26. also be interested in knowing about it and, hopefully, be acknowledged.
  27. The legal way of saying that is:
  28. Copyright (c) 1988-1997 Sam Leffler
  29. Copyright (c) 1991-1997 Silicon Graphics, Inc.
  30. Permission to use, copy, modify, distribute, and sell this software and
  31. its documentation for any purpose is hereby granted without fee, provided
  32. that (i) the above copyright notices and this permission notice appear in
  33. all copies of the software and related documentation, and (ii) the names of
  34. Sam Leffler and Silicon Graphics may not be used in any advertising or
  35. publicity relating to the software without the specific, prior written
  36. permission of Sam Leffler and Silicon Graphics.
  37. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  38. EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  39. WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  40. IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  41. ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  42. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  43. WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
  44. LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  45. OF THIS SOFTWARE.