slackbuilds/academic/boinc
Edward W. Koenig 955fd36c35
academic/boinc: Updated for version 7.20.5
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-10 07:43:15 +07:00
..
README academic/boinc: Updated for version 7.20.5 2022-12-10 07:43:15 +07:00
README.Slackware academic/boinc: Updated for version 7.20.5 2022-12-10 07:43:15 +07:00
boinc.SlackBuild academic/boinc: Updated for version 7.20.5 2022-12-10 07:43:15 +07:00
boinc.desktop academic/boinc: Added (Open-source software for grid computing). 2018-08-18 08:39:47 +07:00
boinc.info academic/boinc: Updated for version 7.20.5 2022-12-10 07:43:15 +07:00
boinc.png academic/boinc: Added (Open-source software for grid computing). 2018-08-18 08:39:47 +07:00
boincgui.sh academic/boinc: Upgraded to version 7.18.1 2022-05-07 13:59:13 +07:00
doinst.sh academic/boinc: Upgraded to version 7.18.1 2022-05-07 13:59:13 +07:00
rc.boinc.txt academic/boinc: fixed incorrect variable name 2022-11-26 09:11:51 +07:00
slack-desc academic/boinc: Switch homepage to https. 2018-11-17 18:42:51 +07:00

README

The Berkeley Open Infrastructure for Network Computing (BOINC)

BOINC is an open source middleware system for volunteer and grid
computing.  It was originally developed to support the SETI@home
project before it became useful as a platform for other distributed
applications in areas as diverse as mathematics, medicine, molecular
biology, climatology, and astrophysics. The intent of BOINC is to make
it possible for researchers to tap into the enormous processing power
of personal computers around the world.

Use the idle time on your computer (Windows, Mac, or Linux) to cure
diseases, study global warming, discover pulsars, and do many other
types of scientific research. It's safe, secure, and easy.

Building

(1) Edit DATADIR in the script or run

  DATADIR="/home/<user>/.boinc_data" ./boinc.SlackBuild

to set the data directory in your user's home, or prefered data path,
and build the package.  The default data path is /var/lib/boinc.

(2) If you do not wish to build the boincmgr GUI,

  BOINCMGR=no ./boinc.SlackBuild

then you do not need to install the dependencies (wxWidgets).  See
README.Slackware for details.

After installation you need to join a BOINC project:
  http://boinc.berkeley.edu/projects.php

You can then connect the BOINC to the project of your choice.  You can
also use:
  http://boincstats.com/
to set up, organize, and track multiple projects.

To start the BOINC GUI, run:
   boincgui
or
   boincmgr --clientdir=/usr/bin --datadir="/home/<user>/.boinc_data"