Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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.
  • Loading branch information
kaspervandenberg committed Dec 2, 2013
commit 6abffd6548794def4422981faf0eae0ac077d5c4
7 changes: 7 additions & 0 deletions libs/network/doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@ Once the build has completed, you can now run the test suite by issuing::

$ make test

.. note:: As of version 0.9.3, :mod:`cpp-netlib` produces three static
libraries. Using GCC on Linux these are::

libcppnetlib-client-connections.a
libcppnetlib-server-parsers.a
libcppnetlib-uri.a
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the indents are broken here. Please align as appropriate.


Building On Windows
~~~~~~~~~~~~~~~~~~~

Expand Down