$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] c++14 support
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-06-14 13:00:11
On 14/06/2015 16:11, Freddy Martinez Garcia wrote:
> Thank for your answer Maichel, but I think that Iâm not explain my self very wellâ¦.
>
> I had download boost 1.58 from sourceforge, to compile it, first I have to run in shell the command
>
> ./bootstrap
>
> after that I must run ./b2 <options>
bjam cxxflags=-std=c++1y
or whatever option it is that you need to use.
HTH, John.