diff --git a/Documents/Dependencies.md b/Documents/Dependencies.md index b8ab7b1d..8c6f6397 100644 --- a/Documents/Dependencies.md +++ b/Documents/Dependencies.md @@ -15,7 +15,6 @@ More details are given below. - For creating and validating JSON Web Tokens, the [Thalhammer/jwt-cpp](https://github.com/Thalhammer/jwt-cpp) header only library - For DNS Service Discovery (DNS-SD), the [Bonjour SDK](https://developer.apple.com/bonjour/) on Windows, and on Linux either [Avahi](https://www.avahi.org/) or Apple's [mDNSResponder](https://opensource.apple.com/tarballs/mDNSResponder/) (another name for Bonjour) - The [Catch](https://github.com/philsquared/Catch) automated test framework, for unit testing -- The [C++ JSON Web Token validator](https://github.com/Thalhammer/jwt-cpp) header only library ## Preparation @@ -324,17 +323,6 @@ Notes: A copy of the single header version (v1.10.0) is included in the [third_party/catch](../Development/third_party/catch) directory. No installation is necessary. -### C++ JSON Web Token validator - -If using Conan, this section can be skipped. -
-If not using Conan... - -A copy of the source code necessary to use this library is included in the [third_party/jwt-cpp](../Development/third_party/jwt-cpp) directory. -No installation is necessary. - -
- # What Next? -These [instructions](Getting-Started.md) explain how to build nmos-cpp itself, run the test suite, and try out the registry and node applications. +These [instructions](Getting-Started.md) explain how to build nmos-cpp itself, run the test suite, and try out the registry and node applications. \ No newline at end of file