Boost logo

Boost-Build :

Subject: Re: [Boost-build] Compiling a static version of boost
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-11-15 14:26:50


AMDG

On 11/15/2012 10:53 AM, Timothy J Schumacher wrote:
> Hi All,
>
> I am trying to build boost and I am not familiar with the b2 tool. In
> case it matters, I am on fedora linux using the gnu gcc tools.
>
> How do I effectively do the following with the boost build tool:
>
> ./configure --prefix=/usr/local/boost-1.51.0 --disable-shared
> make && make install
>

./bootstrap.sh --prefix=/usr/local/boost-1.51.0
./b2 link=static install

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk