From: mquinson Date: Mon, 20 Nov 2006 16:53:30 +0000 (+0000) Subject: Tell that it's always possible to make an archive from the cvs to deploy blending... X-Git-Tag: v3.3~2426 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4c860de84775bf3e84fc5f0fe92692d9dedb01b5?ds=inline Tell that it's always possible to make an archive from the cvs to deploy blending edge code on brain-dead machines git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2933 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/FAQ.doc b/doc/FAQ.doc index 168b86d23b..7e30fbfe96 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -113,6 +113,11 @@ 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. +If you need to compile the CVS version on a machine where all these +dependencies are not met, the easiest is to do make dist in the CVS +dir, on another machine where all dependencies are met. It will create an +archive you may deploy on other sites just as a regular stable release. + \subsection faq_setting_MSG Setting up your own MSG code Do not build your simulator by modifying the SimGrid examples. Go