Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tell that it's always possible to make an archive from the cvs to deploy blending...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 20 Nov 2006 16:53:30 +0000 (16:53 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 20 Nov 2006 16:53:30 +0000 (16:53 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2933 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/FAQ.doc

index 168b86d..7e30fbf 100644 (file)
@@ -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.
 
 (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 <tt>make dist</tt> 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
 \subsection faq_setting_MSG Setting up your own MSG code
 
 Do not build your simulator by modifying the SimGrid examples.  Go