373 | | All the additional dependency files are now stored in |
374 | | [source:boinc_depends_win_vs2010 boinc_depends_win_vs2010]; |
375 | | get them using {{{git clone http://boinc.berkeley.edu/git/boinc_depends_win_vs2010.git}}}. |
376 | | The dependencies should be stored in the same parent directory as the BOINC source code, for example: |
| 373 | All the additional dependency files are now stored in separate "boinc_depends_win" repositories. |
| 374 | |
| 375 | You should clone the version of the dependency tree that corresponds to the version of Visual Studio you have installed. |
| 376 | |
| 377 | || VS || Dependency || |
| 378 | || Visual Studio 2005 || boinc_depends_win_vs2005 || |
| 379 | || Visual Studio 2008 || boinc_depends_win_vs2008 || |
| 380 | || Visual Studio 2010 || boinc_depends_win_vs2010 || |
| 381 | || Visual Studio 2013 || boinc_depends_win_vs2013 || |
| 382 | |
| 383 | For example: {{{git clone http://boinc.berkeley.edu/git/boinc_depends_win_vs2010.git}}}. |
| 384 | |
| 385 | The dependencies should be stored in the same parent directory as the BOINC source code: |