mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
|
|
||
|---|---|---|
| .. | ||
| boost_1_55_0 | ||
| format | ||
| mysql-connector-c-6.0.2-win32 | ||
| mysql-connector-c-6.0.2-winx64 | ||
| safeint | ||
| StackWalker | ||
| tinyxml | ||
| zlib | ||
| boost_1_55_0.tar.bz2 | ||
| prepare_boost.bat | ||
| 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
** 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
**********************************************************************