polserver/lib
2016-02-12 00:07:03 +01:00
..
boost_1_55_0 update gitignore for boost 2016-02-11 23:52:24 +01:00
format fixed pessimizing move 2015-12-27 22:48:51 +01:00
mysql-connector-c-6.0.2-win32 added sql support for windows, static linking in windows sucks with mysql so additional dll is required 2011-12-29 12:28:48 +00:00
mysql-connector-c-6.0.2-winx64 added sql support for windows, static linking in windows sucks with mysql so additional dll is required 2011-12-29 12:28:48 +00:00
safeint more lineendings 2016-02-12 00:06:07 +01:00
StackWalker Fixed Windows build and several minor fixes 2015-11-18 23:45:16 +01:00
tinyxml Renamed CMakeConfig.txt to CMakeEnvironment.txt 2015-11-01 17:08:04 +01:00
zlib more lineendings 2016-02-12 00:06:07 +01:00
boost_1_55_0.tar.bz2 updated boost to 1.55 2013-12-21 09:49:02 +00:00
prepare_boost.bat normalized lineendings 2016-02-11 22:54:43 +01: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

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