Changes between Version 28 and Version 29 of Building/libtorrent


Ignore:
Timestamp:
07/17/2016 12:24:52 PM (8 years ago)
Author:
Cas
Comment:

add openssl paths to b2 cmd

Legend:

Unmodified
Added
Removed
Modified
  • Building/libtorrent

    v28 v29  
    9494   a. Setup the Environmental Variables: 
    9595   {{{ 
    96 set INCLUDE=C:\OpenSSL-Win32\include;%INCLUDE% 
    97 set LIB=C:\OpenSSL-Win32\lib;%LIB% 
    9896set BOOST_BUILD_PATH=C:\boost 
    9997set PATH=%BOOST_BUILD_PATH%;%PATH% 
     
    105103   c. Build libtorrent with Python bindings: 
    106104   {{{ 
    107 b2 boost=source libtorrent-link=static geoip=static boost-link=static release optimization=space encryption=openssl -j%NUMBER_OF_PROCESSORS% --hash 
     105b2 boost=source libtorrent-link=static geoip=static boost-link=static release optimization=space encryption=openssl include=C:\OpenSSL-Win32\include linkflags=/LIBPATH:C:\OpenSSL-Win32\lib -j%NUMBER_OF_PROCESSORS% --hash  
    108106}}} 
    109    ''Note: For libtorrent versions <=1.0.6 rename `libtorrent-link` to `link`.'' 
     107   ''Note1: Modify the paths for OpenSSL if installed to a different location.'' 
     108   ''Note2: For libtorrent versions <=1.0.6 rename `libtorrent-link` to `link`.'' 
    110109 
    111110{{{#!comment