Changes between Version 22 and Version 23 of Building/libtorrent


Ignore:
Timestamp:
07/16/2016 02:10:47 PM (8 years ago)
Author:
Cas
Comment:

win steps updates

Legend:

Unmodified
Added
Removed
Modified
  • Building/libtorrent

    v22 v23  
    5656 1. Download and install/extract these packages: 
    5757  * [http://www.microsoft.com/en-us/download/details.aspx?id=44266 MS VC++ Compiler for Python] 
    58   * [http://www.slproweb.com/products/Win32OpenSSL.html OpenSSL win32 (non-light)] 
     58  * [OpenSSL https://openssl.org/source/] requirement needs [http://libtorrent.org/building.html#building-openssl-for-windows building from source]. 
    5959  * [http://www.python.org/ Python 2.7] 
    6060  * [http://www.microsoft.com/en-us/download/details.aspx?id=5582 MSVC 2008 SP1 Redist Package (x86)] 
     
    102102   c. Build libtorrent with Python bindings: 
    103103   {{{ 
    104 b2 boost=source link=static geoip=static boost-link=static release optimization=space encryption=openssl 
     104b2 boost=source libtorrent-link=static geoip=static boost-link=static release optimization=space encryption=openssl 
    105105}}} 
     106   ''Note: For libtorrent versions <=1.0.6 replace `libtorrent-link` with `link`.'' 
    106107 
    107108{{{#!comment