From 0346a77b92063dbde876ca65b8d9fcd27255ce12 Mon Sep 17 00:00:00 2001
From: Sergi Foix <sfoix@iri.upc.edu>
Date: Fri, 22 Jun 2018 11:12:15 +0200
Subject: [PATCH] Adding W3C XML Schema to C++ Compiler dependency in Readme.md

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

diff --git a/ReadMe.md b/ReadMe.md
index a9a5fd8..91bc90b 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -28,6 +28,7 @@ This package requires of the following system libraries and packages
 * [cmake](https://www.cmake.org "CMake's Homepage"), a cross-platform build system.
 * [doxygen](http://www.doxygen.org "Doxygen's Homepage") and [graphviz](http://www.graphviz.org "Graphviz's Homepage") to generate the documentation.
 * stdc++ and pthread libraries.
+* xsdcxx, W3C XML Schema to C++ Compiler
 
 Under linux all of these utilities are available in ready-to-use packages.
 
-- 
GitLab