From ebf8925fb7091d5dc42a54029f03ac3c9e587023 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Thu, 25 Nov 2004 21:10:54 +0000 Subject: [PATCH] Updated svn path=/trunk/boinc/; revision=4655 --- doc/road_map.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/road_map.php b/doc/road_map.php index 148e595ef5..5fad953669 100644 --- a/doc/road_map.php +++ b/doc/road_map.php @@ -58,13 +58,29 @@ and file upload handler as Fast CGI programs. On UNIX systems, the BOINC software (both server and client) can be built by typing
+  ./_autosetup  [Only needed if using CVS; not needed if using tarball]
   ./configure
   make
+  make install  [Optional: installs libraries and header files useful for building apps]
 
-in the top directory. Automatic tests can be run using +in the top directory. If you want to build the Unix/Mac graphical client, you will need to +install wxWidgets. + + Automatic tests can be run using:
   make check
 
+A list of options to the configure script can be found by using +
+./configure --help
+
+The most useful of these is +
+./configure --prefix=/path/to/install/headers/and/libraries/
+
+Note that if building from CVS you should have fairly recent versions of +autoconf and automake +installed. These are maintained by the GNU project. "; page_tail(); ?>