build system updated

This commit is contained in:
Marc Wäckerlin
2019-02-02 09:00:21 +01:00
parent f402e34c30
commit db434cf2cc
5 changed files with 156 additions and 16 deletions

View File

@@ -16,6 +16,8 @@ This library does not need any kind of C++ code parser or special pre compiler.
C++ classes can inherit `xml::Serialize` and become serializable this way. All you need to do is to overwrite one single method, where you declare XML tag names for the class name and for all members.
**Note:** All *links* below require the generated [Doxygen](https://doc.mrw.sh/libxml-cxx) documentation.
More rationale: See also [Related Pages](pages.html) in the doxygen project documentation.
@@ -117,9 +119,10 @@ Known Limitations
In the Web
----------
- The official project page is on: https://mrw.sh/libraries/libxml-cxx
- The official documentation is on: https://doc.mrw.sh/libxml-cxx
- The official repositories are on: https://repository.mrw.sh
- [Official project page](https://mrw.sh/libraries/libxml-cxx)
- [Full Doxygen library documentation](https://doc.mrw.sh/libxml-cxx)
- [Official repositories](https://repository.mrw.sh)
- [Download and installation instructions](https://mrw.sh/doc/mrw.sh/src/branch/master/installation.md)
Missing a Feature, Found a Bug