Skip to content

Commit

Permalink
Rollback Dependencies.md to master
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-simon committed Feb 15, 2024
1 parent 0f79cf3 commit b142283
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Documents/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
<details>
<summary>If not using Conan...</summary>
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.
</details>
# 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.

0 comments on commit b142283

Please sign in to comment.