From: mquinson Date: Tue, 10 Oct 2006 13:44:01 +0000 (+0000) Subject: a word for poor CVS users X-Git-Tag: v3.3~2476 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/93c0970d82cd9387241f8fa26589c8ec1df78cb9 a word for poor CVS users git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2883 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/FAQ.doc b/doc/FAQ.doc index 1a324fd336..168b86d23b 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -107,6 +107,12 @@ cd simgrid ./configure --enable-maintainer-mode make dist \endverbatim +Moreover, you should never call the autotools manually since you must run +them in a specific order with specific arguments. Most of the times, the +makefiles will automatically call the tools for you. When it's not possible +(such as the first time you checkout the CVS), use the ./bootstrap command +to call them explicitely. + \subsection faq_setting_MSG Setting up your own MSG code Do not build your simulator by modifying the SimGrid examples. Go