https://github.com/refi64/cppexpat
A C++ wrapper over Expat
https://github.com/refi64/cppexpat
Last synced: about 1 year ago
JSON representation
A C++ wrapper over Expat
- Host: GitHub
- URL: https://github.com/refi64/cppexpat
- Owner: refi64
- License: mit
- Created: 2014-01-19T02:45:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T23:13:06.000Z (almost 10 years ago)
- Last Synced: 2025-03-25T05:06:45.654Z (about 1 year ago)
- Language: C++
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
CppExpat
========
This project is a wrapper over the Expat library that makes it more "C++-ic".
Requirements
*************
- A C++11 compiler
- Expat
Building
********
CppExpat is header-only. If you want to build the examples, you need to install `Fbuild `_. from Git and run::
$ fbuild
To install CppExpat, run::
$ fbuild install
Documentation
**************
The only documentation right now are the examples (``ex*.cpp``) and some
not-well-written Doxygen/Breathe-based docs (see
`ReadTheDocs `_).