Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liammartens/sanity-cpp
Sanity C++ client
https://github.com/liammartens/sanity-cpp
cms cpp library sanity
Last synced: 11 days ago
JSON representation
Sanity C++ client
- Host: GitHub
- URL: https://github.com/liammartens/sanity-cpp
- Owner: LiamMartens
- Created: 2019-01-07T23:26:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T22:08:49.000Z (over 5 years ago)
- Last Synced: 2024-10-18T16:13:39.948Z (2 months ago)
- Topics: cms, cpp, library, sanity
- Language: C++
- Size: 234 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sanity Cpp library
## Building and installing
* Make sure you have the `curl` development files and the [nlohmann/json](https://github.com/nlohmann/json) library installed
* Create a `build/` directory and `cd` into it
* Run `cmake ..` to generate the makefile(s). You can disable building tests by disabling `DBUILD_TESTS`.
* Run `make -j8` to build the library
* Run `sudo make install`## Documentation
Use [Doxygen](http://www.doxygen.nl/index.html) to generate the documentation. A default config file is provided (`.doxygen`)## Changelog
[Changelog](https://changelogfy.com/sanity-cpp/announcements)