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