Changes between Version 52 and Version 53 of SourceCodeGit
- Timestamp:
- Feb 5, 2015, 10:31:29 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCodeGit
v52 v53 8 8 * 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]. 9 9 10 Both sites allow you to browse the source trees. This is useful for getting individual files or viewing the revision history. 10 Both sites allow you to browse the source trees, 11 get individual files, and view the revision history. 11 12 12 13 = Getting the code directly using Git = 13 14 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. 15 It is easier to get the source as a tarball or zipfile as indicated above. 16 However, you may want to use [http://www.git-scm.com Git] directly instead. 15 17 16 18 == Installing Git == … … 27 29 [http://gitx.laullon.com GitX] ([https://github.com/laullon/gitx latest]) 28 30 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. 31 You don't need to fully understand Git; just skim the instructions below. 32 If you intend to modify BOINC or to look at branches, you'll need to know at least the basics. 30 33 31 34 Recommended reading/watching: … … 387 390 deleting all previous source code and downloading it fresh 388 391 will sometimes fix the breaks in building BOINC. 389 Make sure to back up your own code prior to deleting the source code. 392 Make sure to back up your own code prior to deleting the source code. 393 394 = HTC Power to Give source code = 395 The source code for HTC Power to Give 396 (a variant of the BOINC Android client) 397 can 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]. 390 399 391 400 = Source code structure overview =