Changes between Version 62 and Version 63 of SourceCodeGit


Ignore:
Timestamp:
Jan 5, 2016, 5:16:57 PM (8 years ago)
Author:
Simek
Comment:

win build deps: tweak text content a bit + remove information about non-existing repo

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v62 v63  
    371371= Windows build dependencies =
    372372
    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:
     373All the additional dependency files are now stored in separate "boinc_depends_win" repositories.
     374
     375You 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
     383For example: {{{git clone http://boinc.berkeley.edu/git/boinc_depends_win_vs2010.git}}}.
     384
     385The dependencies should be stored in the same parent directory as the BOINC source code:
    377386{{{
    378387+-+ source
     
    397406will sometimes fix the breaks in building BOINC.
    398407Make sure to back up your own code prior to deleting the source code.
    399 
    400 '''NOTE:''' You should clone the version of the dependency tree that corresponds to the version of
    401 visual studio you have installed.
    402 
    403 || VS || Dependency ||
    404 || Visual Studio 2005 || boinc_depends_win_vs2005 ||
    405 || Visual Studio 2008 || boinc_depends_win_vs2008 ||
    406 || Visual Studio 2010 || boinc_depends_win_vs2010 ||
    407 || Visual Studio 2013 || boinc_depends_win_vs2013 ||
    408 || Visual Studio 2015 || boinc_depends_win_vs2015 ||
    409 
    410408
    411409= HTC Power to Give source code =