Changes between Version 1 and Version 2 of libtorrent
- Timestamp:
- Jan 21, 2010, 10:32:17 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libtorrent
v1 v2 8 8 == Building Instructions == 9 9 * checkout the complete tree via "svn co http://svn.netlabs.org/repos/ports/libtorrent/trunk" 10 * as a requirement you need [ http://svn.netlabs.org/ports/wiki/boost boost] and openssl10 * as a requirement you need [wiki:Boost] and openssl 11 11 * 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 12 * run make