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(); ?>