c++ - Building libtorrent with openssl with BJam -


i trying build libtorrent (http://www.libtorrent.org/) using provided jamfile. if try build in vanilla state goes well. building using command:

bjam msvc-12.0 boost=source 

however want build openssl there seem support for. run problems. because first time use bjam (actually else make files). try run following command:

bjam msvc-12.0 boost=source encryption=openssl 

now compiler starts complain not finding openssl include files. guess have include path in jam file. have no idea where. tried add path include environment varaible in windows doesn't seem picked bjam or msvc. suggestions?

my understanding of how done on windows installing libraries , headers visual studio's include , lib folders. (that's how install openssl on windows @ least).

the jamfile supposed pick cxxflags , ldflags environment variables, use introduce library- , include paths. however, when boost=system specified, i.e. you're building against "system" boost libraries instead of source.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -