You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,15 @@ Building the library
7
7
--------------------
8
8
9
9
** Dependencies **
10
+
10
11
This library requires [CMake](http://www.cmake.org/cmake/resources/software.html) and [Curl](http://curl.haxx.se) packages in order to be built. These can be installed as follows on Debian based systems:
11
12
12
13
```sh
13
14
sudo apt-get cmake install libcurl4-openssl-dev
14
15
```
15
16
16
17
** Build and install **
18
+
17
19
Navigate to the root directory of the library and proceed as follows:
0 commit comments