Changes between Version 2 and Version 3 of libtorrent


Ignore:
Timestamp:
Feb 7, 2010, 3:03:34 PM (14 years ago)
Author:
Silvan Scherrer
Comment:

more building instructions

Legend:

Unmodified
Added
Removed
Modified
  • libtorrent

    v2 v3  
    99 * checkout the complete tree via "svn co http://svn.netlabs.org/repos/ports/libtorrent/trunk"
    1010 * as a requirement you need [wiki:Boost] and openssl
     11 * to build libtorrent you need gcc442
     12 * add boost to your cplus_include_path env var
    1113 * run configure via "sh configure --with-boost-libdir=x:\boost\stage\lib --with-ssl=x:\openssl" (of course also ash and the like should work, and you have to adjust the path as well)
    1214 * run make