1
1
C++ Network Library
2
2
===================
3
3
4
+ Modern C++ network programming libraries.
5
+
6
+ Join us on Slack: http://slack.cpp-netlib.org/
7
+
8
+ Subscribe to the mailing list: https://groups.google.com/forum/#!forum/cpp-netlib
9
+
4
10
Introduction
5
11
------------
6
12
@@ -67,34 +73,6 @@ list`_.
67
73
68
74
.. _`developers mailing list` : cpp-netlib@googlegroups.com
69
75
70
- Building with Boost.Build
71
- ~~~~~~~~~~~~~~~~~~~~~~~~~
72
-
73
- If you don't already have Boost.Build set up on your system, follow the steps
74
- indicated in the Boost Getting Started Guide [# ]_ -- you will particularly want
75
- to copy the ``bjam `` executable to a directory that is already in your ``PATH ``
76
- so that you don't have to go hunting for it all the time. A good place to put it
77
- is in ``/usr/local/bin ``.
78
-
79
- .. [# ] http://www.boost.org/doc/libs/release/more/getting_started/
80
-
81
- Building and running the tests can be as simple as doing the following::
82
-
83
- $ cd ~/cpp-netlib
84
- $ bjam
85
-
86
- Doing this will already build all the tests and run them as they are built. In
87
- case you encounter any problems and would like to report it to the developers,
88
- please do the following::
89
-
90
- $ cd ~/cpp-netlib
91
- $ bjam 2>&1 >build-test.log
92
-
93
- And then attach the ``build-test.log `` file to the email you will send to the
94
- cpp-netlib `developers mailing list `_.
95
-
96
- .. _`developers mailing list` : cpp-netlib@googlegroups.com
97
-
98
76
Running Tests
99
77
-------------
100
78
@@ -137,7 +115,7 @@ but code that is not self-explanatory typically at least requires a rationale
137
115
documentation in comments explaining "why" the code is written that way.
138
116
139
117
The main "upstream" repository is the one hosted by the original maintainer of
140
- the project (Dean Michael Berris) at http://github.com/mikhailberis /cpp-netlib.
118
+ the project (Dean Michael Berris) at http://github.com/deanberris /cpp-netlib.
141
119
The "official" release repository is maintained at
142
120
http://github.com/cpp-netlib/cpp-netlib -- which is a fork of the upstream
143
121
repository. It is recommended that forks be made against the upstream repostory
@@ -151,6 +129,8 @@ In case you have any questions or would like to make feature requests, you can
151
129
contact the development team through the `developers mailing list `_
152
130
or by filing issues at http://github.com/cpp-netlib/cpp-netlib/issues.
153
131
132
+ Join us on Slack: http://slack.cpp-netlib.org/
133
+
154
134
.. _`developers mailing list` : cpp-netlib@googlegroups.com
155
135
156
136
You can reach the maintainers of the project through::
0 commit comments