From 00a82bb8f50ce6ca8277b3a7ead14cc3bf710cbf Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Fri, 22 Aug 2003 21:54:47 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2176 --- doc/build_server.php | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 doc/build_server.php diff --git a/doc/build_server.php b/doc/build_server.php new file mode 100644 index 0000000000..27b8681be0 --- /dev/null +++ b/doc/build_server.php @@ -0,0 +1,46 @@ + + +

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. + +