"Un mare di altruismo" is a project for Fisica dei Sistemi Complessi exam in Bononia University. You can read our report in docs/ folder.
Use your package manager to install dependencies listed below.
sudo apt-get -y install cmake
sudo apt-get -y install python3
sudo apt-get -y install libgtkmm-3.0-dev
sudo apt-get -y install libomp-dev
sudo apt-get install libboost-all-dev
sudo apt-get install python-tk
Then download submodules dependencies.
git submodule update --init --recursive
$ # Compile with
$ ./setup.sh -build
$ # Execute with
$ ./a.out
$ # Clean your tree
$ ./setup.sh -clean