Mryqu's Notes


  • 首页

  • 搜索
close

[C++] Building twitcurl Library in Unix platform

时间: 2015-12-19   |   分类: DataBuilder   C++     |   阅读: 56 字 ~1分钟
  • Download twitcurl source from https://github.com/swatkat/twitcurl using Git client.
    git clone https://github.com/swatkat/twitcurl.git
    
  • In Unix shell, cd into libtwitcurl directory.
  • Compile all of the twitcurlsource files into object files.
    g++ -Wall -fPIC -c -I. twitcurl.cpp oauthlib.cpp urlencode.cpp base64.cpp HMAC_SHA1.cpp SHA1.cpp
    
  • Building twitcurl asstatic library: Use the archive commandto build twitcurl library from object files.
    ar rvs libtwitcurl.a *.o
    

标题:[C++] Building twitcurl Library in Unix platform
作者:mryqu
声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 CN 许可协议。转载请注明出处!

#build# #twitcuil# #library# #unix# #C++#
Visual Studio: 使用简体中文(GB2312)编码加载文件, 有些字节已用Unicode替换字符更换
[C++] 使用NM查看目标文件的符号列表
  • 文章目录
  • 站点概览

Programmer & Architect

662 日志
27 分类
1472 标签
GitHub Twitter FB Page
© 2009 - 2023 Mryqu's Notes
Powered by - Hugo v0.120.4
Theme by - NexT
0%