X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d61176b1df5db2c5cb655ef2d974077fe5105db5..1c3328f8047e2e5602ed3cd87044ce274e9ff978:/README.md diff --git a/README.md b/README.md index 8f4b40a15e..1a9091edac 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) @@ -20,7 +19,7 @@ Documentation: [online](https://simgrid.org/doc/latest/Installing_SimGrid.html#i [local copy](docs/source/Installing_SimGrid.rst). TL;DR: ``` cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid . -# Check the full list of options with `cmake -LH` +# Check the full list of options with `cmake -LH` make make install ```