mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-07-31 18:44:27 +02:00
docs: note expat dependency (#131)
* docs: note expat dependency * Add description for expat dependency Co-authored-by: Stanislav Angelovič <angelovic.s@gmail.com>
This commit is contained in:
@@ -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.)
|
* `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.
|
* `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.
|
* `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
|
Licensing
|
||||||
---------
|
---------
|
||||||
|
Reference in New Issue
Block a user