Skip to content

Commit bfbada5

Browse files
Remove Linux part of note from Windows section.
- Now that the Linux section contains a note about the generated static libraries, in the Windows section the part of the note, about which libraries are generated under Linux, is redundant. Therefore, remove it.
1 parent 6abffd6 commit bfbada5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

libs/network/doc/getting_started.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,7 @@ look for the solution and project files as the artifacts of the call to
176176
with a number of project files for Visual Studio.
177177

178178
.. note:: As of version 0.9.3, :mod:`cpp-netlib` produces three static
179-
libraries. Using GCC on Linux these are::
180-
181-
libcppnetlib-client-connections.a
182-
libcppnetlib-server-parsers.a
183-
libcppnetlib-uri.a
184-
185-
And using Visual C++ on Windows they are::
179+
libraries. Using Visual C++ on Windows they are::
186180

187181
cppnetlib-client-connections.lib
188182
cppnetlib-server-parsers.lib

0 commit comments

Comments
 (0)