build/stlport/README.original

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial