Changes between Version 3 and Version 4 of SourceCodeSvn
- Timestamp:
- Jul 16, 2007, 12:18:17 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCodeSvn
v3 v4 5 5 The BOINC source code consists of two directories: 6 6 * '''boinc''' contains the source code for all parts of BOINC itself (client, server, web, database). 7 * '''boinc_samples''' contains [ExampleApps severalexample applications] together with Windows and Mac project files and a Linux makefile for building the applications. It also includes Windows versions of some libraries (GLUT, jpeglib, etc.) that many applications will need, but which are not part of BOINC. Check out this module in the same parent directory as '''boinc'''.7 * '''boinc_samples''' contains several [ExampleApps example applications] together with Windows and Mac project files and a Linux makefile for building the applications. It also includes Windows versions of some libraries (GLUT, jpeglib, etc.) that many applications will need, but which are not part of BOINC. Check out this module in the same parent directory as '''boinc'''. 8 8 9 9 The modules are accessible as follows: … … 13 13 }}} 14 14 15 On Windows, get a SVN client like Tortoise SVN. Right-click on the parent directory, select 'SVN checkout', and fill in the dialog with the above URL. You can also download svn command-line program for Windows.15 On Windows, get a SVN client like [http://tortoisesvn.net/ TortoiseSVN]. Right-click on the parent directory, select 'SVN checkout', and fill in the dialog with the above URL. You can also download [http://subversion.tigris.org/project_packages.html#windows svn command-line program for Windows]. 16 16 17 17 == Browsing source code via the web == 18 18 19 You can browse the boinc or boinc_samples code via [ http://boinc.berkeley.edu/trac/a web-based interface]. This is useful for getting individual files, or seeing the revision history.19 You can browse the boinc or boinc_samples code via [/trac/browser a web-based interface]. This is useful for getting individual files, or seeing the revision history. 20 20 21 21