@@ -33,23 +33,6 @@ You can find official release packages of the library at::
3333Building and Installing
3434-----------------------
3535
36- Since cpp-netlib is a header-only library, there is nothing to build. To install
37- cpp-netlib, you can choose to copy the contents of the ``boost `` directory into
38- an existing Boost [# ]_ distribution or to a different location. All that is
39- required is for projects that use cpp-netlib when building, have the directory
40- where cpp-netlib is installed as part of the include paths.
41-
42- .. [# ]http://www.boost.org/
43-
44- The recommended installation procedure would be to follow the steps below::
45-
46- # On Linux/Mac, consider the `$` character as the shell prompt
47- $ sudo mkdir -p /usr/local/include/cpp-netlib
48- $ sudo cp -r cpp-netlib/boost /usr/local/include/cpp-netlib
49-
50- Don't forget to add ``/usr/local/include/cpp-netlib `` in your project's
51- compiler include directories to start using cpp-netlib.
52-
5336Building with CMake
5437~~~~~~~~~~~~~~~~~~~
5538