Changes between Version 44 and Version 45 of SoftwarePrereqsUnix


Ignore:
Timestamp:
Jan 31, 2015, 3:43:04 PM (9 years ago)
Author:
Bluefin Tuna
Comment:

Added Debian packages from the buzild page, removed entry for Fedora 14

Legend:

Unmodified
Added
Removed
Modified
  • SoftwarePrereqsUnix

    v44 v45  
    2525|| '''libstdc++.a''' (needed for portable executables; on Fedora, the yum package is libstdc++-static-4.5.1-4.fc14.i686) || || || || X || X ||
    2626
    27 
    28 Examples for setups in various distributions:
    29 
    30 To build the server software on FC14, I had to use ''yum'' to install the following modules:
    31 
    32  * libtool-2.2.10-3.fc14.i686 (for libtoolize)
    33  * gcc-c++-4.5.1-4.fc14.i686 (for g++)
    34  * libstdc++-static-4.5.1-4.fc14.i686 (for libstdc++.a, needed by sample apps)
    35  * MySQL-python-1.2.3-0.5.c1.fc14.i686 (for MySQLdb)
    36  * php-mysql
    37  * php-gd
     27== Examples for setups in various distributions ==
    3828
    3929Packages needed for server and non-graphic library for Fedora Core 17 (Beefy Miracle) are:
     
    6757 * php5-gd
    6858
     59Here is the list of packages that are needed to compile the BOINC graphics libs on Debian (the same packages should also be available on Ubuntu):
     60
     61 * freeglut3-dev
     62 * libsm-dev
     63 * libice-dev
     64 * libxmu-dev
     65 * libxi-dev
     66 * libx11-dev
     67 * libjpeg62-dev
     68
    6969For Debian and Ubuntu one may inspect the build dependencies for the .deb packages, which comprise both the client and the server:
    7070 * [[http://wiki.debian.org/BOINC#Installationfromsource wiki.debian.org/BOINC]] Instructions to build Debian or Ubuntu packages for BOINC