File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -33,23 +33,6 @@ You can find official release packages of the library at::
33
33
Building and Installing
34
34
-----------------------
35
35
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
-
53
36
Building with CMake
54
37
~~~~~~~~~~~~~~~~~~~
55
38
You can’t perform that action at this time.
0 commit comments