Changes between Version 2 and Version 3 of libtorrent
- Timestamp:
- Feb 7, 2010, 4:03:34 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libtorrent
v2 v3 9 9 * checkout the complete tree via "svn co http://svn.netlabs.org/repos/ports/libtorrent/trunk" 10 10 * 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 11 13 * 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) 12 14 * run make