Overview

Download:
  wget http://boinc.berkeley.edu/source/boinc-1.12.tar.gz
  tar xvzf boinc-1.12.tar.gz
  cd boinc-1.12
Configure:
  ./configure
Make:
  make

Software

Compiling the server is supported directly on: Compiler: Libraries:

Troubleshooting

MySQL

BOINC gets MySQL compiler and linker flags from a program called mysql_config which comes with your MySQL distribution. This sometimes references libraries that are not part of your base system installation, such as -lnsl or -lnss_files. You may need to install additional packages or fiddle with Makefiles.