Boost logo

Boost Users :

From: eg (egoots_at_[hidden])
Date: 2007-11-02 13:42:51


eg wrote:
> question boost wrote:
> 2) from the root of the boost directory, issue a bjam command such as:
>
> bjam --toolset=msvc-7.1
>
> (the above is an example for MS Visual Studio .Net 2003 (a.k.a Version
> 7.1).
>
>

I may have misinterpreted your previous question. To build your
libraries and organize the built libs and includes for subsequent use,
you can issue a:

bjam --toolset=msvc-7.1 stage

The stage option, will cause the build process to copy all the built
libraries into a single subdirectory tree of boost named "stage".

To build a project to use your boost libraries, your "include"
directories should now point to boost_1_34_1\boost and your "Lib"
directories should now point to boost_1_34_1\stage\lib


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net