X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/43b4619af6da04808d1fd4be0dbfe6e279148b3a..04623b43371d801573dc06771538af1057db6e41:/doc/user_guide/doxygen/install.doc diff --git a/doc/user_guide/doxygen/install.doc b/doc/user_guide/doxygen/install.doc index 9269988742..cfa45260a2 100644 --- a/doc/user_guide/doxygen/install.doc +++ b/doc/user_guide/doxygen/install.doc @@ -259,55 +259,6 @@ make make install \endverbatim - -\subsection install_cmakehowto How to modified sources files for developers - -\subsubsection install_cmakehowto1 Add an executable or examples. - -If you want make an executable you have to create a CMakeList.txt to the src directory. -You must specified where to create the executable, source list, dependencies and the name of the binary. - -\verbatim -cmake_minimum_required(VERSION 2.6) - -set(EXECUTABLE_OUTPUT_PATH "./") -set(LIBRARY_OUTPUT_PATH "${CMAKE_HOME_DIRECTORY}/lib") - -#add_executable( ) -add_executable(get_sender get_sender.c) - -### Add definitions for compile -#target_link_libraries( ) -target_link_libraries(get_sender simgrid m pthread) -\endverbatim - -Then you have to modified /buildtools/Cmake/MakeExeLib.cmake and add -this line : -\verbatim -add_subdirectory(${CMAKE_HOME_DIRECTORY}/) -\endverbatim - -\subsubsection install_cmakehowto2 Delete/add sources to lib. - -If you want modified, add or delete source files from a library you have to edit /buildtools/Cmake/DefinePackages.cmake - -\verbatim -set(JMSG_JAVA_SRC - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/MsgException.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/JniException.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/NativeException.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/HostNotFoundException.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/ProcessNotFoundException.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/Msg.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/Process.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/Host.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/Task.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/MsgNative.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/ApplicationHandler.java - ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/Sem.java -) -\endverbatim - \section install_Win Installing the SimGrid framework on Windows \subsection install_Win_install Installing SimGrid with the automatic installer