docpp/README.md

30 lines
661 B
Markdown
Raw Normal View History

2024-05-05 23:31:42 +02:00
# docpp
2024-05-06 00:31:29 +02:00
![action](https://github.com/speediegq/docpp/actions/workflows/cmake-multi-platform.yml/badge.svg)
2024-05-05 23:31:42 +02:00
Small C++ library for generating XML, HTML and CSS.
## Installation
To install the library, you can utilize the provided CMakeLists.txt file:
```sh
mkdir build
cd build
cmake ..
cmake --build .
cmake --install . --prefix /usr
```
## Usage
Just include docpp.hpp in your project and link against the library. Examples can be found in the examples directory.
## License
2024-05-05 23:45:28 +02:00
This project is licensed under the GNU Lesser General Public License v3.0 - see the [LICENSE](LICENSE) file for details.
2024-05-05 23:31:42 +02:00
## Code of Conduct
None. Just don't blow up my house.