Changes between Version 52 and Version 53 of SourceCodeGit


Ignore:
Timestamp:
Feb 5, 2015, 10:31:29 AM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v52 v53  
    88* There is a mirrored repository of the main BOINC source code available at [https://github.com/BOINC/boinc github.com/BOINC]. In particular, you can download the BOINC source code as a compressed archive from [https://github.com/BOINC/boinc/releases here].
    99
    10 Both sites allow you to browse the source trees. This is useful for getting individual files or viewing the revision history.
     10Both sites allow you to browse the source trees,
     11get individual files, and view the revision history.
    1112
    1213= Getting the code directly using Git =
    1314
    14 It is easier to get the source as a tarball or zipfile as indicated above. However, you may want to use [http://www.git-scm.com Git] directly instead.
     15It is easier to get the source as a tarball or zipfile as indicated above.
     16However, you may want to use [http://www.git-scm.com Git] directly instead.
    1517
    1618== Installing Git ==
     
    2729   [http://gitx.laullon.com GitX] ([https://github.com/laullon/gitx latest])
    2830
    29 You don't need to fully understand Git; just skim the instructions below. If you intend to modify BOINC or to look at branches, you'll need to know at least the basics.
     31You don't need to fully understand Git; just skim the instructions below.
     32If you intend to modify BOINC or to look at branches, you'll need to know at least the basics.
    3033
    3134Recommended reading/watching:
     
    387390deleting all previous source code and downloading it fresh
    388391will sometimes fix the breaks in building BOINC.
    389 Make sure to back up your own code prior to deleting the source code.
     392Make sure to back up your own code prior to deleting the source code.
     393
     394= HTC Power to Give source code =
     395The source code for HTC Power to Give
     396(a variant of the BOINC Android client)
     397can be found using the instructions
     398[http://www.androidpolice.com/2014/02/28/htc-posts-full-source-code-for-power-to-give-app-and-associated-boinc-server/ here].
    390399
    391400= Source code structure overview =