Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost integration in Visual Studio 2010
From: Andreas Wehrmann (andreas_wehrmann_at_[hidden])
Date: 2013-07-17 03:17:19


Same issue over here.
What I did was to check in the headers and the compiled library files
(*.lib)
so that it's part of the source tree of the respective project.

Yes, takes a lot of diskspace...
But that's what we have plenty of, so I didn't care.

My project trees with M$ VS usually looks something like this:

/
/libs
/libs/boost-x.xx/
/libs/boost-x.xx/boost -> header files
/libs/boost-x.xx/libs -> binaries
/libs/whatever...
/appname
/appname/....

To make life easier, for every boost release I check in a built of boost
(not of all libraries (i.e. I don't need graph and so on...))
to a specific place in our SCM repo from where you can simply branch
the boost version you want for your project to your project tree.

Just in case you're wondering, I'm building boost using VS2008.

Hope, I could make myself somewhat clear.

Regards,
Andreas

On 07/17/2013 08:19 AM, Georg.Kellerer_at_[hidden] wrote:
> Hi,
>
> we're using boost inour projects and all works fine. Our projects are standing under version control in a subversion repository. Our problem is that every developper had installed boost in a diferent place. Is their a way to get the reference to boost in a user speciffic configuration place? At the moment we have a fix path c:\dev\boost... but that does not fit for every developpers machine.
>
> Thanks for help,
> Georg
>
> ----------------------------------------------
> Bayerisches Landesamt für Umwelt
> Referat Z6: IuK-Steuerung, Aufbau von Informationssystemen
> Hans-Högn-Str. 12
> 95030 Hof/Saale
> Tel.: 09281/1800-4572
>
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users


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