windows下libcurl與zlib和ssl共同編譯

來源:互聯網
上載者:User

標籤:

下載了curl 7.37,在project裡有各個版本VS對應的專案檔,我們選擇合適的開啟即可以編譯,根據不同的項目配置輸出想要的庫,比如可以切換多種SSL庫,dll/lib,debug/release等。

但是這些項目配置中沒有zlib,很不方便。而官網的INSTALL文檔http://curl.haxx.se/docs/install.html,也是簡單的說明了如何使用MSVC命令列編譯libcurl和zlib,或者libcurl和openssl,原文如下:

   If you want to compile with zlib support, you will need to build   zlib (http://www.gzip.org/zlib/) as well. Please read the zlib   documentation on how to compile zlib. Define the ZLIB_PATH environment   variable to the location of zlib.h and zlib.lib, for example:      set ZLIB_PATH=c:\zlib-1.2.8    Then run ‘nmake vc-zlib‘ in curl‘s root directory.

那我需要windows下的libcurl同時有zlib和SSL的支援呢?方法是有的,請查看winbuild/BUILD.WINDOWS.txt,裡面講述了詳細的編譯選項。最後總結一下步驟吧:
1.編譯zlib,將標頭檔和產生的庫檔案分別放入 D:/deps/include和D:/deps/lib
2.cd curl-src\winbuild
3.nmake /f Makefile.vc mode=dll WITH_DEVEL=D:/deps WITH_ZLIB=dll ENABLE_WINSSL=yes DEBUG=no

windows下libcurl與zlib和ssl共同編譯

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.