From c263ea5e58ff68ecac94c0d6ee4b0a8a70078ee1 Mon Sep 17 00:00:00 2001
From: "leire.querejeta" <leire.querejeta@tecnalia.com>
Date: Thu, 3 Nov 2022 11:13:09 +0100
Subject: [PATCH] graphviz link included

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 87650fa..48a3347 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ For building this project in both Windows and Linux the following tools must be
 - [cmake](https://cmake.org/download/): Download .msi file and execute it.
 - [swig](http://www.swig.org/survey.html): Download the .zip and unzip it. Include the folder into `path` environemnt variable.
 - [doxygen](https://www.doxygen.nl/download.html): Download .exe file and execute it.
+- [graphviz](https://www.graphviz.org/download/): Download 64 bit .exe installer and execute it.
 - [python 3.7.9](https://www.python.org/downloads/release/python-379/): Download .msi file and execute it.
 
 ## Linux
-- 
GitLab