06508a5 by fbp at 2000-12-08 1
**********************************************************************
f8c8307 by dums at 2006-01-30 2
* 	README file for STLport 5.0                                    *
06508a5 by fbp at 2000-12-08 3
*                                                                    *
4
**********************************************************************
5
f8c8307 by dums at 2006-01-30 6
This directory contains the STLport-5.0 release.
06508a5 by fbp at 2000-12-08 7
8
What's inside :
9
43156eb by ptr at 2005-04-18 10
README           - this file
11
INSTALL          - installation instructions
12
13
bin              - installation directory for STLport unit tests;
14
                   it may contain more subdirs, if you use
15
                   crosscompilation
16
build/lib        - build directory for STLport library (if you use
17
                   STLport iostreams and/or locale only)
18
build/test/unit  - build directory for regression (unit) tests
d26635e by complement at 2005-11-01 19
build/test/eh    - build directory for exception handling tests
43156eb by ptr at 2005-04-18 20
stlport          - main STLport include directory
f8c8307 by dums at 2006-01-30 21
src              - source for iostreams implementation and other parts
22
                   that aren't pure template code
43156eb by ptr at 2005-04-18 23
lib              - installation directory for STLport library (if you
24
                   use STLport iostreams and/or locale only);
25
                   it may contain more subdirs, if you use
26
                   crosscompilation
27
test/unit        - unit (regression) tests
28
test/eh          - exception handling test using STLport iostreams
29
etc              - miscellanous files (ChangeLog, TODO, scripts, etc.) 
06508a5 by fbp at 2000-12-08 30
31
GETTING STLPORT
32
33
To download the latest version of STLport, please be sure to visit
bfe25e9 by complement at 2005-11-01 34
https://sourceforge.net/project/showfiles.php?group_id=146814
06508a5 by fbp at 2000-12-08 35
36
LEGALESE
37
43156eb by ptr at 2005-04-18 38
This software is being distributed under the following terms:
06508a5 by fbp at 2000-12-08 39
40
 *
41
 *
42
 * Copyright (c) 1994
43
 * Hewlett-Packard Company
44
 *
45
 * Copyright (c) 1996-1999
46
 * Silicon Graphics Computer Systems, Inc.
47
 *
48
 * Copyright (c) 1997
49
 * Moscow Center for SPARC Technology
50
 *
612b547 by ptr at 2003-07-26 51
 * Copyright (c) 1999-2003
06508a5 by fbp at 2000-12-08 52
 * Boris Fomitchev
53
 *
54
 * This material is provided "as is", with absolutely no warranty expressed
55
 * or implied. Any use is at your own risk.
56
 *
57
 * Permission to use or copy this software for any purpose is hereby granted 
58
 * without fee, provided the above notices are retained on all copies.
59
 * Permission to modify the code and to distribute modified code is granted,
60
 * provided the above notices are retained, and a notice that the code was
61
 * modified is included with the above copyright notice.
62
 *
63
64
**********************************************************************