rtmpCumulus编译环境
1.vs2008 (vs9)(vc9)
2.poco lib 1.4.4
3.openssl 1.0.1
4.lua 5.1
命令行编译:
需要把各个库路径写到 Microsoft Visual Studio 9.0/Common7/Tools/vsvars32.bat
set WindowsSdkDir=C:\Program Files\Microsoft SDKs\Windows\v6.0A\
IDE编译:需要把各个库路径添加到 项目和解决方案》C++目录》包含文件、库文件
poco库的编译:
1》解压poco-1.4.4-all.zip 【POCO C++ Libraries source tree does not contain spaces】
依赖包:
The following libraries require third-party software (header files and libraries) being installed to build properly:
- NetSSL_OpenSSL and Crypt require OpenSSL.
- Data/ODBC requires ODBC (Microsoft ODBC on Windows, unixODBC or iODBC on Unix/Linux)
- Data/MySQL requires the MySQL client.
2》运行build_vs90.cmd ;【可以修改其share option to all,为了编译各种版本】
off
if defined VS90COMNTOOLS (
call "%VS90COMNTOOLS%\vsvars32.bat")
@@上面这一步是加载vc编译环境;INCLUDE,LIB环境变量
buildwin 90 build all both Win32 samples
@@上面这一步是编译
buildwin 90 build shared both Win32 samples
STLport 5.0编译:
1》运行configure.bat msvc9
生成/build/lib/makefile;
cd buidl/lib
在此目录下运行 namke clean install