Skip to content
Snippets Groups Projects
Commit 3242e984 authored by Remi CHASSAGNOL's avatar Remi CHASSAGNOL
Browse files

Update README.md

parent 86e8d492
No related branches found
No related tags found
No related merge requests found
Pipeline #10876 passed
# sma-civilisation
Simulation multi agent.
TP d'architecture logiciel et qualité dont l'objectif été de réaliser une simulation multi agent.
## Build & run
Pour compiler et lancer le projet:
```bash
mkdir -p civilisation/src/build
cd civilisation/src/build
cmake -S .. -B .
make
./civilisation
```
Pour compiler et lancer les tests:
```bash
mkdir -p civilisation/tests/build
cd civilisation/tests/build
cmake -S .. -B .
make
./civ-test
```
**IMPORTANT:** pour compiler les tests, il faut avoir installé CppUnit !
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment