README 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. The Berkeley Open Infrastructure for Network Computing (BOINC)
  2. BOINC is an open source middleware system for volunteer and grid
  3. computing. It was originally developed to support the SETI@home
  4. project before it became useful as a platform for other distributed
  5. applications in areas as diverse as mathematics, medicine, molecular
  6. biology, climatology, and astrophysics. The intent of BOINC is to make
  7. it possible for researchers to tap into the enormous processing power
  8. of personal computers around the world.
  9. Use the idle time on your computer (Windows, Mac, or Linux) to cure
  10. diseases, study global warming, discover pulsars, and do many other
  11. types of scientific research. It's safe, secure, and easy.
  12. Building
  13. (1) Edit DATADIR in the script or run
  14. DATADIR="/home/<user>/.boinc_data" ./boinc.SlackBuild
  15. to set the data directory in your user's home, or prefered data path,
  16. and build the package. The default data path is /var/lib/boinc.
  17. (2) If you do not wish to build the boincmgr GUI,
  18. BOINCMGR=no ./boinc.SlackBuild
  19. then you do not need to install the dependencies (wxWidgets). See
  20. README.Slackware for details.
  21. After installation you need to join a BOINC project:
  22. http://boinc.berkeley.edu/projects.php
  23. You can then connect the BOINC to the project of your choice. You can
  24. also use:
  25. http://boincstats.com/
  26. to set up, organize, and track multiple projects.
  27. To start the BOINC GUI, run:
  28. boincgui
  29. or
  30. boincmgr --clientdir=/usr/bin --datadir="/home/<user>/.boinc_data"