简体   繁体   中英

Using Boost with Team Foundation Server

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...

  1. Set up the TFS with the new person's username + password.
  2. Have them log into the TFS from Visual Studio.
  3. Check out the team project (which uses boost libraries) and hit build.
  4. Build succeeds. Now they can get hacking.

Suggestions, anyone?

将已经编译好的Boost检入“ vendor”文件夹,然后将所有项目引用指向该文件夹。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM