Changes between Version 41 and Version 42 of SoftwarePrereqsUnix
- Timestamp:
- Mar 15, 2014, 1:21:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePrereqsUnix
v41 v42 1 1 = Software prerequisites (!Unix/Linux) = 2 The various parts of BOINC have dependencies on other software; most or all of these may already be present on your system. You'll need to download and install the ones you don't have. The list depends on the system you're on, and the parts of BOINC that you need. 2 The various parts of BOINC have dependencies on other software. 3 You'll need to install the ones you don't have, 4 and possibly update some of the others. 5 The list depends on which parts of BOINC you need. 3 6 4 '''If you are creating a BOINC project, you do not need to build the Core client or BOINCManager.'''7 '''If you are creating a BOINC project, you do not need to build the client or Manager.''' 5 8 6 7 || || Server || Core client || BOINC Manager || Applications || Graphic apps 9 || || Server || Client || Manager || Applications || Graphic apps 8 10 || '''[http://git-scm.com/ git]''' [[BR]] is needed to obtain the BOINC source code || X || X || X || X || X || 9 11 || '''[http://directory.fsf.org/GNU/ GNU tools]:''' [[BR]] make 3.79+, m4 1.4+, libtool 1.5+, [[BR]] autoconf 2.58+, automake 1.8+, GCC 3.0.4+ || X || X || X || X || X || … … 26 28 To build the server software on FC14, I had to use ''yum'' to install the following modules: 27 29 28 * subversion-1.6.13-1.fc14.i686 (for svn)29 30 * libtool-2.2.10-3.fc14.i686 (for libtoolize) 30 31 * gcc-c++-4.5.1-4.fc14.i686 (for g++)