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. Now they can get hacking.
Suggestions, anyone?