polserver/lib
2010-08-25 11:42:52 +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
tinyxml added tinyxml lib 2010-08-25 11:42:52 +00:00
zlib + Trunk created. 2009-08-11 20:34:26 +00:00
README + Project updates for 2008 2009-09-04 14:47:47 +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

** Side Note for VS 2008 Express users. You can access NMAKE via
   command prompt by using the VS Command Prompt from the start
   menu or from the VS IDE Menu. This will load all the command
   prompt variables you will need to compile stlport using NMAKE
   after you run the configure.bat in STLPort5 or copy the needed
   files for 4.6.2 (VS 2003)

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

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