mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
+ Added STLport v5.2.1 + Added VS Solution and Project Files + Adjusted Lib README + Added SVN Ignore for pol-core + Updated Makefile for linux |
||
|---|---|---|
| .. | ||
| STLport4 | ||
| STLport5 | ||
| zlib | ||
| README | ||
**********************************************************************
* 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
**********************************************************************