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