installing 1.48 on debian squeeze

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. looking forward for your help -- Janek Kozicki http://janek.kozicki.pl/ |

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
participants (2)
-
Janek Kozicki
-
Steven Watanabe