RE: [boost] Re: Customer Friendlier Boost Installation

-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Jeff Flinn Sent: Thursday, May 26, 2005 9:29 AM To: boost@lists.boost.org Subject: [boost] Re: Customer Friendlier Boost Installation
"David Abrahams" <dave@boost-consulting.com> wrote in message news:uzmui3mya.fsf@boost-consulting.com...
"Jeff Flinn" <TriumphSprint2000@hotmail.com> writes:
Something like this as a start?
For MSVC ========
Organizing boost files ======================
1) Create a main boost directory which will contain the current and future boost library verstions. For example: C:\boost
Maybe not such a good choice considering that it's the default install location for Windows? Or should we change the default (and if so, to what?)
Sorry, "location for Windows" has too many overloads for me to know what your asking here. What exactly is the problem using C:\boost?
[Brian Braatz Writes:] An idea to add to the mix. I config manage boost internal to my company- How I do that is I put boost into an internal CVS server I then make dirs (in CVS) like so Common\source\boost\v_1_32\ (boost distro goes here) This has an interesting effect of forcing the MSVC IDE project files to have "boost\v_1_32" embedded in a string in them. This allows me to keep 2 versions of boost side by side, and quickly (by changing the "Include directories path" setting in the IDE to test with different versions of boost I am going to be adding a Common\source\boost\Live\ at somepoint to be able to test off of current stuff - the difficult with that will be just scripting the CVS get from source forge, removing the cvs files added, and then re-adding to our internal cvs (and cvs does not support recursive add).
participants (1)
-
Brian Braatz