12 | | * openssl |
13 | | * pthread from 17.02.2010 or better [http://web.os2power.com/yuri/PthreadTls] |
14 | | * to build libtorrent you need gcc442 |
15 | | * add boost to your cplus_include_path env var |
16 | | * run configure via "sh configure --with-boost-libdir=x:/boost/stage/lib --with-openssl=x:/openssl" (of course also ash and the like should work, and you have to adjust the path as well) |
| 12 | * yum install openssl |
| 13 | * yum install pthread |
| 14 | * to build libtorrent you need gcc446 or better |
| 15 | * 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) |