c++ - Boost, inserting static library in repository -


i'm working on large project, cross platform between linux , osx. i'm include boost functionalities, don't want force the collaborators install on machine (with totally different environment) boost libraries.

if compile boost on machine, , put static libraries inside repository, problem face? can colleagues use same static libraries on environment?

afaik there difference. static libraries not same on os x , linux. compilation depends on toolset (see boost guide). , there can issues if ides different.

however can compile both versions 1 platform (see cross-compilation) , put them in repository, putting binary objects not best idea (even if don't depend on platform).

i think try compile , link boost on different platforms, maybe succeed, can not cover scenarios sure. better create boost compilation script , tell use it.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -