Boost logo

Boost :

Subject: Re: [boost] installing 1.48 on debian squeeze
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-11-29 19:41:36


AMDG

On 11/29/2011 03:23 PM, Janek Kozicki wrote:
> Hi,
>
> does anybody here know some not too complex way to install boost 1.48
> on debian squeeze? Preferably using a .deb package.
>
> manual install is also acceptable, but in a way where it will not
> conflict with native installed boost 1.42.
>

If you only need header only libraries, just
extract the archive and use -Ipath/to/boost_1_48_0
Otherwise,

cd boost_1_48_0
./bootstrap.sh
./b2

(The libraries will be in boost_1_48_0/stage/lib)

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk