What would be a good way to use Boost in a small team (< 10 people) and lower the time between joining the team and building the application as much as possible. I basically want a workflow like this...
- Set up the TFS with the new person's username + password.
- Have them log into the TFS from Visual Studio.
- Check out the team project (which uses boost libraries) and hit build.
- Build succeeds开发者_JS百科. Now they can get hacking.
Suggestions, anyone?
Check in an already-compiled Boost into a "vendor" folder, then just point all the project refs toward that folder.
精彩评论