X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e3fb6591308362a62ae7576a90e0ced99f39b7d4..737a12e4cd18741fbb179c44b0c372fe0b580b1b:/doc/installSimgrid.doc diff --git a/doc/installSimgrid.doc b/doc/installSimgrid.doc index 472a993fba..6f2fe5d51c 100644 --- a/doc/installSimgrid.doc +++ b/doc/installSimgrid.doc @@ -21,7 +21,7 @@ CMake needs some prerequists like : For Unix and MacOS: \li make \li perl and libpcre - \li c, c++ and java compiler regards to developers + \li c and c++ compiler \li ccmake for graphical used of CMake \li cmake (download page) @@ -353,38 +353,6 @@ Thus, there is two ways to link your program with SimGrid: \verbatim export LD_LIBRARY_PATH=$HOME/lib/:$LD_LIBRARY_PATH \endverbatim -\subsection installSimgrid_compiling_java Java bindings don't get compiled - -The configure script detects automatically whether you have the -softwares needed to use the Java bindings or not. At the end of the -configure, you can see the configuration picked by the script, which -should look similar to -\verbatim Configuration of package simgrid' (version 3.3.4-svn) on -little64 (=4): - - Compiler: gcc (version: ) - - CFlags: -O3 -finline-functions -funroll-loops -fno-strict-aliasing -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wcomment -Wformat -Wwrite-strings -Wno-unused-function -Wno-unused-parameter -Wno-strict-aliasing -Wno-format-nonliteral -Werror -g3 - CPPFlags: - LDFlags: - - Context backend: ucontext - Compile Java: no - - Maintainer mode: no - Supernovae mode: yes -\endverbatim - -In this example, Java backends won't be compiled. - -On Debian-like systems (which includes ubuntu), you need the following -packages: sun-java6-jdk libgcj10-dev. If you cannot find the -libgcj10-dev, try another version, like libgcj9-dev (on Ubuntu before -9.10) or libgcj11-dev (not released yet, but certainly one day). -Please note that you need to activate the contrib and non-free -repositories in Debian, and the universe ones in Ubuntu. Java comes at -this price... - \subsection installSimgrid_compiling_snapshoot SimGrid development snapshots We have very high standards on software quality, and we are reluctant releasing