$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ryan Heniser (heniser_at_[hidden])
Date: 2020-10-23 20:51:55
Hi,
I am building Boost 1.61 (we need this old version for other libraries) for the first time at work with Boost.Build (b2). I have successfully built Boost (using b2) for gcc 4.8. If I want to add one or more variants (for example using gcc 6.3), where should I put the Boost headerâs include directory? Should one go inside each variant or should just one go at the root directory containing the variant directories?
Kind regards,
Ryan