Skip to content

Commit 6abffd6

Browse files
Add static library note to linux section.
- Some Linux users might skip the Windows build section and thus miss the note about the static libraries. Therefore, copy the note about the static libraries to the Linux build section.
1 parent 561c75a commit 6abffd6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libs/network/doc/getting_started.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ Once the build has completed, you can now run the test suite by issuing::
159159

160160
$ make test
161161

162+
.. note:: As of version 0.9.3, :mod:`cpp-netlib` produces three static
163+
libraries. Using GCC on Linux these are::
164+
165+
libcppnetlib-client-connections.a
166+
libcppnetlib-server-parsers.a
167+
libcppnetlib-uri.a
168+
162169
Building On Windows
163170
~~~~~~~~~~~~~~~~~~~
164171

0 commit comments

Comments
 (0)