From 1e2a09cccf5ba474732e9b83babb89da9f4cd20e Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Fri, 12 Mar 2021 04:15:07 -0800 Subject: [PATCH] docs: note expat dependency (#131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: note expat dependency * Add description for expat dependency Co-authored-by: Stanislav Angelovič --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b200585..064b1c2 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Dependencies * `libsystemd` - systemd library containing sd-bus implementation. This library is part of systemd. Systemd at least v236 is needed. (In case you have a non-systemd environment, don't worry, see [Solving libsystemd dependency](docs/using-sdbus-c++.md#solving-libsystemd-dependency) for more information.) * `googletest` - google unit testing framework, only necessary when building tests, will be downloaded and built automatically. * `pkgconfig` - required for sdbus-c++ to be able to find some dependency packages. +* `expat` - necessary when building xml2cpp code generator (`BUILD_CODE_GEN` option is ON). Licensing ---------