From b53c76487948f978a0f0df6027d445ba8900834f Mon Sep 17 00:00:00 2001 From: Olivier Barais Date: Wed, 22 Nov 2017 15:34:13 +0100 Subject: [PATCH] new --- doc/doxygen/install_yours.doc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/doxygen/install_yours.doc b/doc/doxygen/install_yours.doc index 4d4383bb8f..c6546c210e 100644 --- a/doc/doxygen/install_yours.doc +++ b/doc/doxygen/install_yours.doc @@ -84,7 +84,17 @@ clean: .PHONY: clean @endverbatim -@section install_yours_javaexamples Building the Java examples in Eclipse +@section install_yours_cppeclipsedevenv Develop in C++ with SimGrid with Eclipse + +If you wish to develop your plugin or modify SimGrid using Eclipse. You have to run cmake and import it as a Makefile project. + +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 + + + +@section install_yours_javaexample Building the Java examples in Eclipse If you want to build our Java examples in Eclipse, get the whole source code and open the archive on your disk. In Eclipse, select -- 2.20.1