X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ecd5f7562caf1d443bf22788fa5f4fac408776ec..9099504f0b246a1031adb644ac0835d526a33ffd:/doc/doxygen/install_yours.doc diff --git a/doc/doxygen/install_yours.doc b/doc/doxygen/install_yours.doc index e8f454b516..1046f524c2 100644 --- a/doc/doxygen/install_yours.doc +++ b/doc/doxygen/install_yours.doc @@ -22,9 +22,6 @@ documentation. Here is a `CMakeLists.txt` that you can use as a starting point for your project. It builds two simulators from a given set of source files. -You first need to copy the `FindSimGrid.cmake` (at the root of the -SimGrid tree) into the `cmake/Modules` directory of your project. - @verbatim project(MyFirstScheduler) @@ -43,6 +40,15 @@ add_executable(other_xp ${OTHER_SOURCES}) target_link_libraries(other_xp ${SimGrid_LIBRARY}) @endverbatim +For that, you need FindSimGrid.cmake, +that is located at the root of the SimGrid tree. You can either copy +this file into the `cmake/Modules` directory of your project, or use +the version installed on the disk. Both solutions present advantages +and drawback: if you copy the file, you have to keep it in sync +manually but your project will produce relevant error messages when +trying to compile on a machine where SimGrid is not installed. Please +also refer to the file header for more information. + @section install_yours_makefile Building your project with Makefile Here is a Makefile that will work if your project is composed of three @@ -97,9 +103,7 @@ If you wish to develop your plugin or modify SimGrid using Eclipse. You have to Next you have to activate C++11 in your build settings, add -std=c++11 in the CDT GCC Built-in compiler settings. - \image html eclipseScreenShot.png "Eclipse preference page" width=10cm - - +![Eclipse preference page.](eclipseScreenShot.png) @section install_yours_javaexample Building the Java examples in Eclipse