From 0b9c30e8bdaa30b4dbf0fb7baf625c76222141ce Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Sun, 22 Mar 2020 15:21:19 +0100 Subject: [PATCH] Updated the README file. --- ReadMe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 91bc90b..0ef8625 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -28,7 +28,8 @@ 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 +* [xsdcxx](https://www.codesynthesis.com/projects/xsd/) and libxerces-c-dev, XML parser and serializer. +* libboost-thread-dev, Boost thread development library. Under linux all of these utilities are available in ready-to-use packages. -- GitLab