You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Development/nmos/settings.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ namespace nmos
107
107
// pri [registry, node]: used for the 'pri' TXT record; specifying nmos::service_priorities::no_priority (maximum value) disables advertisement completely
108
108
const web::json::field_as_integer_or pri{ U("pri"), 100 }; // default to highest_development_priority
109
109
110
-
// highest_pri, lowest_pri [registry, node]: used to specify the (inclusive) range of suitable 'pri' values of discovered APIs, to avoid development and live systems colliding
110
+
// highest_pri, lowest_pri [node]: used to specify the (inclusive) range of suitable 'pri' values of discovered APIs, to avoid development and live systems colliding
Copy file name to clipboardexpand all lines: Documents/Dependencies.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,9 @@ If using Conan, this section can be skipped.
80
80
81
81
1. Download a [recent release](http://www.boost.org/users/download/)
82
82
Notes:
83
-
- Several Boost releases have been tested, including Version 1.80.0 (latest release at the time) and Version 1.54.0
83
+
- Several Boost releases have been tested, including Version 1.83.0 (latest release at the time) and Version 1.54.0
84
84
- On Linux distributions, a Boost libraries package may already be installed, e.g. Ubuntu 14.04 LTS has Version 1.54.0
85
-
2. Expand the archive so that, for example, the boost\_1\_80\_0 directory is at the same level as the nmos-cpp directory
85
+
2. Expand the archive so that, for example, the boost\_1\_83\_0 directory is at the same level as the nmos-cpp directory
86
86
3. Build and stage (or install) the following Boost libraries for your platform/toolset:
87
87
- atomic
88
88
- chrono
@@ -133,11 +133,11 @@ If using Conan, this section can be skipped.
133
133
<summary>If not using Conan...</summary>
134
134
135
135
1. Get the source code
136
-
- Clone the [repo](https://github.com/Microsoft/cpprestsdk/) and its submodules, and check out the v2.10.18 tag
136
+
- Clone the [repo](https://github.com/Microsoft/cpprestsdk/) and its submodules, and check out the v2.10.19 tag
137
137
The ``git clone``command option ``--recurse-submodules`` (formerly ``--recursive``) simplifies [cloning a project with submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules#_cloning_submodules).
0 commit comments