X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/621be6e2c3c13a43240551de7e3dd5b33a7f1afc..bb1b9da98654810211c476dfe6c84a871465fddd:/README.md diff --git a/README.md b/README.md index 27b5774e7d..ef6d3b1813 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Travis Status](https://img.shields.io/travis/simgrid/simgrid/master.svg?logo=travis)](https://travis-ci.org/simgrid/simgrid) [![AppVeyor Status](https://ci.appveyor.com/api/projects/status/gvcssh340fwtoc35?svg=true)](https://ci.appveyor.com/project/mquinson/simgrid) [![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=simgrid_simgrid&metric=alert_status)](https://sonarcloud.io/dashboard/?id=simgrid_simgrid) -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bf1bdba50440485fbda2ac19f462ccc7)](https://www.codacy.com/app/mquinson/simgrid?utm_source=github.com&) [![Doc](https://readthedocs.org/projects/pip/badge/?version=stable)](https://simgrid.org/doc/latest/) [![License: LGPL v2.1][license-badge]](COPYING) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1845/badge)](https://bestpractices.coreinfrastructure.org/projects/1845) @@ -15,22 +14,32 @@ large-scale distributed systems such as Grids, Clouds, HPC or P2P systems. It can be used to evaluate heuristics, prototype applications or even assess legacy MPI applications. -Please refer to the [Installing SimGrid](docs/source/Installing_SimGrid.rst) part of the documentation shipped with this -repository to learn about the different ways to intall SimGrid. More documentation is also available -[online](https://simgrid.frama.io/simgrid/) +## Installation +Documentation: [online](https://simgrid.org/doc/latest/Installing_SimGrid.html#installing-from-the-source); +[local copy](docs/source/Installing_SimGrid.rst). TL;DR: +``` +cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid . +# Check the full list of options with `cmake -LH` +make +make install +``` + +## More information +[Online documentation](https://simgrid.org/doc/latest/) or +[local version](docs/source). + +You can also ask your questions, or simply discuss with other users on +to the [user mailing list](http://lists.gforge.inria.fr/mailman/listinfo/simgrid-user) +or on the #simgrid IRC channel of the oftc network. -In any case, you may want to subscribe to the [user mailing list](http://lists.gforge.inria.fr/mailman/listinfo/simgrid-user). -There, you can find answers to your questions, or simply discuss with -people doing the same kind of research than you do, in an active and -friendly community. Thanks for using our software. Please do great things with it and tell the world about it. Tell us, too, because we love to have positive -feedback. +feedback. Welcome to our community. Cheers, Da SimGrid Team. -[license-badge]: https://img.shields.io/badge/License-LGPL%20v3-blue.svg +[license-badge]: https://img.shields.io/badge/License-LGPL%20v2.1-blue.svg [release-badge]: https://img.shields.io/github/release/simgrid/simgrid.svg [release-link]: https://gforge.inria.fr/frs/?group_id=12