mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-09 06:47:58 -05:00
Documentation revisions
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
- :support:`0` Numerous documentation cleanups
|
||||
- :bug:`0` Numerous code cleanups to remove void returns and eliminate stored Model references
|
||||
- :feature:`0` Restructured the entire interface
|
||||
- :bug:`0` Numerous build process cleanups
|
||||
- :feature:`0` Added support semver versioning via neargye-semver
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
|
||||
## Requirements
|
||||
|
||||
The core of Kami, `libkami`, has no requirements beyond a modern C++ compiler. However, both the examples provided and
|
||||
the unit tests provided rely on three additional C++ packages:
|
||||
The core of Kami, `libkami`, has no requirements beyond a modern C++ compiler and `neargye-semver/0.3.0`. However, both the examples provided and
|
||||
the unit tests provided rely on three additional C++ packages. The full list is:
|
||||
|
||||
* cli11/1.9.1
|
||||
* neargye-semver/0.3.0"
|
||||
* spdlog/1.8.5
|
||||
* fmt/7.1.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user