• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..01-Mar-201314

aclocal.m4H A D30-Jun-201037.8 KiB

autogen.shH A D30-Jun-2010120

build/H01-Mar-20135

ChangeLogH A D30-Jun-2010153.3 KiB

config/H01-Mar-201310

config.guessH A D13-Aug-200441.3 KiB

config.siteH A D13-Aug-20046.9 KiB

config.subH A D13-Aug-200429.8 KiB

configureH A D30-Jun-2010628.2 KiB

configure.acH A D30-Jun-201023.7 KiB

configure.comH A D30-Jun-201035.5 KiB

contrib/H01-Mar-201322

COPYRIGHTH A D13-Aug-20041.1 KiB

HOWTO-RELEASEH A D30-Jun-20103.1 KiB

html/H01-Mar-201355

libtiff/H01-Mar-201377

m4/H01-Mar-20138

Makefile.amH A D30-Jun-20102 KiB

Makefile.inH A D30-Jun-201026.7 KiB

Makefile.vcH A D30-Jun-20101.8 KiB

man/H01-Mar-201368

nmake.optH A D30-Jun-20106.2 KiB

port/H01-Mar-201313

READMEH A D12-Jul-20062.3 KiB

README.vmsH A D30-Jun-2010415

RELEASE-DATEH A D30-Jun-20109

SConstructH A D30-Jun-20105.8 KiB

test/H01-Mar-201312

test_pics.shH A D13-Aug-2004504

TODOH A D12-Jul-2006433

tools/H01-Mar-201334

VERSIONH A D30-Jun-20106

README

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

README.vms

1Dear OpenVMS user
2to make this library, execute
3$@CONFIGURE
4$@BUILD
5
6Build process should be error and warning free. When process will be finished,
7LIBTIFF$STRATUP.COM file containing all required definitions, will be  created.
8Please call it from system startup procedure or individual user procedure LOGIN.COM
9To link software with libtiff, use TIFF:LIBTIFF.OPT
10
11best regards,
12Alexey Chupahin,   elvis_75@mail.ru
13