Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Oct 9, 2022
1 parent c4c9058 commit c1067cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ Dependencies

* C11 compiler such as GCC or Clang
* [CMake](https://cmake.org/)
* TR-31 library require [MbedTLS](https://github.com/Mbed-TLS/mbedtls)
* TR-31 library requires [MbedTLS](https://github.com/Mbed-TLS/mbedtls)
(preferred), or [OpenSSL](https://www.openssl.org/)
* TR-31 tool will be built by default and requires `argp` (either via Glibc, a
system-provided standalone or a downloaded implementation; see
[MacOS / Windows](#macos--windows)). Use the `BUILD_TR31_TOOL` option to
prevent TR-31 tool from being built and avoid the dependency on `argp`.
* [Doxygen](https://github.com/doxygen/doxygen) can _optionally_ be used to
generate API documentation if it is available; see
[Documentation](#documentation)

This project also makes use of sub-projects that can either be provided as
git submodules using `git clone --recurse-submodules`, or provided as CMake
Expand Down

0 comments on commit c1067cd

Please sign in to comment.