********************************************************************** * INSTALL file for STLport 5.2 * * * ********************************************************************** STLport is a full ANSI C++ Standard library. This distribution contains STLport sources only, no binaries. To use STLport iostreams, locale and complex numbers, you have to build STLport library from sources and link your programs with it. Starting with 5.0 the 'wrapper' mode is not supported anymore. You cannot use native compiler iostreams implementation with STLport STL (see doc/FAQ for explanations). ==== Installing STLport ========== 0) DO NOT overwrite/move/rename header files coming with the compiler, even if you made a backup---STLport need this headers and don't override ones. 1) Run ./configure --help read options description; if you use compiler different from gcc, pay attention to --use-compiler-family= option. 2) Run ./configure