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