diff --git a/doc/build_server.php b/doc/build_server.php index 27b8681be0..f5010961b4 100644 --- a/doc/build_server.php +++ b/doc/build_server.php @@ -7,9 +7,9 @@
- wget http://boinc.berkeley.edu/source/boinc-1.12.tar.gz - tar xvzf boinc-1.12.tar.gz - cd boinc-1.12 + wget http://boinc.berkeley.edu/source/boinc-VERSION.tar.gz + tar xvzf boinc-VERSION.tar.gz + cd boinc-VERSIONConfigure:
@@ -39,7 +39,8 @@ Libraries: calledmysql_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. +need to install additional packages (often you can use something called +"mysql-dev" or "mysql-devel") or fiddle with Makefiles. page_tail();