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
@@ -111,20 +111,14 @@ This is available in system package repositories as:
111
111
-`nng` (Homebrew on MacOS)
112
112
-`nng` from vcpkg (see <https://vcpkg.io/>).
113
113
114
-
A system installation of 'libnng' in the standard filesystem locations will be detected and used. <sup>(1)</sup>
114
+
A system installation of 'libnng' in the standard filesystem locations will be detected and used if possible.
115
115
116
-
Otherwise, a release version<sup>(2)</sup> of 'libnng'will be downloaded and built from source automatically during package installation (Note: this requires 'cmake' to be installed and on your $PATH).
116
+
Otherwise, a release version of 'libnng'will be downloaded and built from source automatically during package installation (note: this requires 'cmake').
117
117
118
118
#### Windows
119
119
120
120
Pre-built libraries (for i386 / x64 / x64-UCRT) are automatically downloaded during the package installation process.
121
121
122
-
#### Notes
123
-
124
-
1. For building 'libnng' from source, ensure that 'cmake' uses the C compiler flag '-fPIC' by passing the option<br /> `-DCMAKE_C_FLAGS="${CMAKE_C_FLAGS} -fPIC"` if required.
0 commit comments