B. Watson 833617f3c0 academic/boinc: Fix wxPython/wxGTK3 conflict. 2 سال پیش
..
README f2567855f7 academic/boinc: Updated README and email 3 سال پیش
boinc.SlackBuild 833617f3c0 academic/boinc: Fix wxPython/wxGTK3 conflict. 2 سال پیش
boinc.desktop 179ae82793 academic/boinc: Added (Open-source software for grid computing). 6 سال پیش
boinc.info f2567855f7 academic/boinc: Updated README and email 3 سال پیش
boinc.png 179ae82793 academic/boinc: Added (Open-source software for grid computing). 6 سال پیش
boincgui.sh 179ae82793 academic/boinc: Added (Open-source software for grid computing). 6 سال پیش
doinst.sh 179ae82793 academic/boinc: Added (Open-source software for grid computing). 6 سال پیش
slack-desc e20a2ad909 academic/boinc: Switch homepage to https. 6 سال پیش

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) BOINC needs a static library for wxGTK3, compile with

STATIC=yes ./wxGTK3.SlackBuild

(2) Edit DATADIR in the script or run

DATADIR="/home//.boinc_data" ./boinc.SlackBuild

to set the data directory in your user's home and build the package.

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

BOINCMGR=no ./boinc.SlackBuild

then you do not need to install the dependencies (wxGTK3).

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//.boinc_data"