polserver/lib
muaddib_pol ac8a47708e + Rename of STLport to STLport4
+ Added STLport v5.2.1
+ Added VS Solution and Project Files
+ Adjusted Lib README
+ Added SVN Ignore for pol-core
+ Updated Makefile for linux
2009-09-03 11:06:21 +00:00
..
STLport4 + Rename of STLport to STLport4 2009-09-03 11:06:21 +00:00
STLport5 + Rename of STLport to STLport4 2009-09-03 11:06:21 +00:00
zlib + Trunk created. 2009-08-11 20:34:26 +00:00
README + Rename of STLport to STLport4 2009-09-03 11:06:21 +00:00

**********************************************************************
* 	README file for POLServer Additional Libraries               *
*                                                                    *
**********************************************************************

This directory contains STLport-4.6.2 and ZLib 1.2.3 releases.
It also contains STLport 5.2.1 for VS2008 and latest Linux updates.

ZLib Windows & Linux Instructions:
    * Nothing, no need to compile anything here.
    
STLport Windows Instructions for 4.6.2 flavor:
    * Go to STLport\src and copy "vc71.mak" to the file "makefile".
    * Make sure your VS2003 (Compiler version 7.1) command variables
      are loaded. Easiest way is to find the file "vcvars32.bat" in 
      you VS install directory and run that batch file from the
      command prompt before you copy the vc71.mak file.
    * Run the command "nmake clean all" from the prompt.
    * Run the command "mnake install" from the prompt.

STLport Windows Instructions for 5.2.1 flavor:
    * Follow the directions in INSTALL file to build for VC90
      using configure.bat

Additional Linux Libraries required, and their install notes:

* libstdc++ 5.0.2
* Glibc 2.3.2 (with --prefix=/usr --enable-threads=pthreads )
* Linuxthreads 2.3.2
* GCC 4.3.2 (or newer)

Install manuals/websites:
Glibc: http://www.gnu.org/software/libc/libc.html
Libstdc++: http://gcc.gnu.org/libstdc++/
GCC: http://www.gnu.org/software/gcc/gcc.html
STLport: http://www.stlport.com , INSTALL file in download

Source:
Glibc + linuxthreads: http://ftp.gnu.org/gnu/glibc/
GCC: http://www.gnu.org/software/gcc/releases.html
STLport: http://www.stlport.com/archive/STLport-4.5.3.tar.gz

Order:
1.glibc with linuxthreads
2.libstdc++
3.gcc
4.stlport

Follow the install docs for the respective libraries in Linux

**********************************************************************