Skip to content

Commit f1f234d

Browse files
committed
Add slack link and developers mailing list subscription link
1 parent dc5cf50 commit f1f234d

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

README.rst

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
C++ Network Library
22
===================
33

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+
410
Introduction
511
------------
612

@@ -67,34 +73,6 @@ list`_.
6773

6874
.. _`developers mailing list`: cpp-netlib@googlegroups.com
6975

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-
9876
Running Tests
9977
-------------
10078

@@ -137,7 +115,7 @@ but code that is not self-explanatory typically at least requires a rationale
137115
documentation in comments explaining "why" the code is written that way.
138116

139117
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.
141119
The "official" release repository is maintained at
142120
http://github.com/cpp-netlib/cpp-netlib -- which is a fork of the upstream
143121
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
151129
contact the development team through the `developers mailing list`_
152130
or by filing issues at http://github.com/cpp-netlib/cpp-netlib/issues.
153131

132+
Join us on Slack: http://slack.cpp-netlib.org/
133+
154134
.. _`developers mailing list`: cpp-netlib@googlegroups.com
155135

156136
You can reach the maintainers of the project through::

0 commit comments

Comments
 (0)