Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Verification of the bibtex2html version before make doc.
[simgrid.git] / doc / FAQ.doc
index 602c0ed..d399c9f 100644 (file)
@@ -492,11 +492,13 @@ Then follow instructions.
  \li CMake
 \verbatim
 cmake ./               configure the project
  \li CMake
 \verbatim
 cmake ./               configure the project
-make                   build all tagets
+make                   build all targets
+make VERBOSE=1         build all targets and print build command lines
 make test              test all targets and summarize
 make package           make the distrib
 make install-simgrid   install the project (doc/ lib/ include/)
 make test              test all targets and summarize
 make package           make the distrib
 make install-simgrid   install the project (doc/ lib/ include/)
-make clean"            clean all targets
+make clean             clean all targets
+make html              Create simgrid documentation
 \endverbatim
 
 When the project have been succesfully compiling and build you can make tests.
 \endverbatim
 
 When the project have been succesfully compiling and build you can make tests.