michael@0: ********************************************************************** michael@0: * README file for STLport 5.0 * michael@0: * * michael@0: ********************************************************************** michael@0: michael@0: This directory contains the STLport-5.0 release. michael@0: michael@0: What's inside : michael@0: michael@0: README - this file michael@0: INSTALL - installation instructions michael@0: michael@0: bin - installation directory for STLport unit tests; michael@0: it may contain more subdirs, if you use michael@0: crosscompilation michael@0: build/lib - build directory for STLport library (if you use michael@0: STLport iostreams and/or locale only) michael@0: build/test/unit - build directory for regression (unit) tests michael@0: build/test/eh - build directory for exception handling tests michael@0: stlport - main STLport include directory michael@0: src - source for iostreams implementation and other parts michael@0: that aren't pure template code michael@0: lib - installation directory for STLport library (if you michael@0: use STLport iostreams and/or locale only); michael@0: it may contain more subdirs, if you use michael@0: crosscompilation michael@0: test/unit - unit (regression) tests michael@0: test/eh - exception handling test using STLport iostreams michael@0: etc - miscellanous files (ChangeLog, TODO, scripts, etc.) michael@0: michael@0: GETTING STLPORT michael@0: michael@0: To download the latest version of STLport, please be sure to visit michael@0: https://sourceforge.net/project/showfiles.php?group_id=146814 michael@0: michael@0: LEGALESE michael@0: michael@0: This software is being distributed under the following terms: michael@0: michael@0: * michael@0: * michael@0: * Copyright (c) 1994 michael@0: * Hewlett-Packard Company michael@0: * michael@0: * Copyright (c) 1996-1999 michael@0: * Silicon Graphics Computer Systems, Inc. michael@0: * michael@0: * Copyright (c) 1997 michael@0: * Moscow Center for SPARC Technology michael@0: * michael@0: * Copyright (c) 1999-2003 michael@0: * Boris Fomitchev michael@0: * michael@0: * This material is provided "as is", with absolutely no warranty expressed michael@0: * or implied. Any use is at your own risk. michael@0: * michael@0: * Permission to use or copy this software for any purpose is hereby granted michael@0: * without fee, provided the above notices are retained on all copies. michael@0: * Permission to modify the code and to distribute modified code is granted, michael@0: * provided the above notices are retained, and a notice that the code was michael@0: * modified is included with the above copyright notice. michael@0: * michael@0: michael@0: **********************************************************************