3
When installing bitcoin-core, libbitcoin or libbitcoin-explorer the build requires the C++ boost library. Is there any reason why I should prefer to install boost in the /usr/ hierarchy rather than /usr/local. Or should I not attempt to link all my C++ projects to the same boost build anyway, and link to a seperate boost build (of a possibly different versions installed in different locations) for each project?
Thank you! it seems however that not everyone agrees (e.g. https://ubuntuforums.org/showthread.php?t=1528661). I now have the impression that unless your boost library is coming from a distribution package, it is advised to stick it in
– Sven Williamson – 2016-10-29T15:15:43.247/usr/local/include/boostand/usr/local/librather than in the/usr/hierarchy. I'll wait a bit before accepting this answer as the definite truth :)This seems like something more suitable at unix stack exchange if we really wanna discuss where is best to install any arbitrary Libs. – renlord – 2016-10-29T15:58:10.297