Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 442 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 442 Bytes

SIR Simulation

alt text

https://xkcd.com/793/

Building

La compilazione è gestita tramite CMake. Per compilare il codice è sufficiente creare una directory di build, generare il Makefile tramite CMake e compilare con make.

Prerequisiti

  • CMake 3.16+
  • SFML 2.5+
  • ROOT

Building and running

mkdir build
cd build
cmake ..
make

./SIR_simulation