X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e3052a90110227b0628cfde015552c1dd154563..94f76952308050e13df40d4df3852da353f73f35:/README.md diff --git a/README.md b/README.md index ef6d3b1813..9268e195d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) [![Build Status](https://ci.inria.fr/simgrid/buildStatus/icon?job=SimGrid)](https://ci.inria.fr/simgrid/job/SimGrid/) -[![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) [![Doc](https://readthedocs.org/projects/pip/badge/?version=stable)](https://simgrid.org/doc/latest/) @@ -19,7 +18,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 ```