Skip to content

Commit cf25661

Browse files
author
Krzysztof Okupski
committed
Fixed README file structure
1 parent 84cc44c commit cf25661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ Building the library
77
--------------------
88

99
** Dependencies **
10+
1011
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:
1112

1213
```sh
1314
sudo apt-get cmake install libcurl4-openssl-dev
1415
```
1516

1617
** Build and install **
18+
1719
Navigate to the root directory of the library and proceed as follows:
1820

1921
```sh

0 commit comments

Comments
 (0)