$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Installing (in the b2 sense) boost under windows
From: Chris Stankevitz (chrisstankevitz_at_[hidden])
Date: 2013-08-24 18:13:36
On Sat, Aug 24, 2013 at 9:18 AM, Kirk Joppy <kirk.joppy_at_[hidden]> wrote:
> C:\boost_1_49_0>b2 --build-dir=\boost-build toolset=gcc
> --build-type=complete --prefix=c:\boost-prefix\ install
Kirk,
Thank you for your help. I eventually got it working with these commands:
C:\boost_1_49_0>b2 toolset=gcc --build-type=complete --prefix=\prefix stage
C:\boost_1_49_0>b2 toolset=gcc --prefix=\prefix\ install
This put the boost headers and libraries into c:\prefix\
Chris