X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/af1dd538906ccadfd744f9959ab73dbab9801400..e4ad10b76792651791deb2fcdb1540c490ef149e:/doc/FAQ.doc diff --git a/doc/FAQ.doc b/doc/FAQ.doc index 58b7a3b3c8..020d580c94 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -80,14 +80,13 @@ For that, you first need to get the "simgrid" module from here. You won't find any configure and a few other things -(Makefile.in's, documentation, ...) will be missing as -well. The reason for that is that all these files have to be -regenerated using the latest versions of autoconf, -automake (1.9) and doxygen. To generate the -configure and the Makefile.in's, you just have to -launch the bootstrap command that resides in the top of the -source tree. Then just follow the instructions of Section -\ref faq_compiling. +(Makefile.in's, documentation, ...) will be missing as well. The +reason for that is that all these files have to be regenerated using the +latest versions of autoconf, libtool, automake +(>1.9) and doxygen (>1.4). To generate the configure and +the Makefile.in's, you just have to launch the bootstrap +command that resides in the top of the source tree. Then just follow the +instructions of Section \ref faq_compiling. We insist on the fact that you really need the latest versions of autoconf and automake. Doing this step on exotic architectures/systems @@ -841,7 +840,8 @@ Here are some tricks I had to use in order to run a token ring between - It was really boring to write 25,000 entries in the deployment file, so I wrote a little script examples/gras/tokenS/make_deployment.pl, which you may - want to adapt to your case. + want to adapt to your case. You could also think about hijacking + the SURFXML parser (have look at \ref faq_flexml_bypassing). - The deployment file became quite big, so I had to do what is in the FAQ entry \ref faq_flexml_limit