From 93c0970d82cd9387241f8fa26589c8ec1df78cb9 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 10 Oct 2006 13:44:01 +0000 Subject: [PATCH] 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 --- doc/FAQ.doc | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.20.1