编译日志


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,为了编译各种版本】
     @echo off
    if defined VS90COMNTOOLS (
    call "%VS90COMNTOOLS%\vsvars32.bat")
    @@上面这一步是加载vc编译环境;INCLUDE,LIB环境变量
    buildwin 90 build all both Win32 samples
    @@上面这一步是编译
     @rem buildwin 90 build shared both Win32 samples
 
STLport 5.0编译:
   1》运行configure.bat msvc9
      生成/build/lib/makefile;
      cd buidl/lib
      在此目录下运行 namke clean install

转载于:https://my.oschina.net/u/136923/blog/84587

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值