Changes between Version 13 and Version 14 of libtorrent
- Timestamp:
- Oct 13, 2014, 4:06:22 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libtorrent
v13 v14 14 14 * to build libtorrent you need gcc473, automake, autoconf libtool (rpm versions) 15 15 * run autotool.sh to generate the needed configure and build scripts 16 * run configure via "sh configure --with-boost-libdir=x:/boost/stage/lib --with-boost=x:/boost " (of course also ash and the like should work, and you have to adjust the path as well)16 * run configure via "sh configure --with-boost-libdir=x:/boost/stage/lib --with-boost=x:/boost --disable-shared --enable-static" (of course also ash and the like should work, and you have to adjust the path as well) 17 17 * run make 18 18 [[br]]