Added download section.
This commit is contained in:
		@@ -8,6 +8,7 @@ This repository provides a library with interfaces by which you can access the n
 | 
				
			|||||||
 - [Roadmap](#roadmap)
 | 
					 - [Roadmap](#roadmap)
 | 
				
			||||||
 - [API Documentation](#api-documentation)
 | 
					 - [API Documentation](#api-documentation)
 | 
				
			||||||
 - [Clients](#clients)
 | 
					 - [Clients](#clients)
 | 
				
			||||||
 | 
					 - [Downloads](#downloads)
 | 
				
			||||||
 - [Compiling](#compiling)
 | 
					 - [Compiling](#compiling)
 | 
				
			||||||
 - [Contributing](#contributing)
 | 
					 - [Contributing](#contributing)
 | 
				
			||||||
 - [License](#license)
 | 
					 - [License](#license)
 | 
				
			||||||
@@ -44,8 +45,14 @@ Clients
 | 
				
			|||||||
-------
 | 
					-------
 | 
				
			||||||
_There are currently no clients available._
 | 
					_There are currently no clients available._
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Downloads
 | 
				
			||||||
 | 
					---------
 | 
				
			||||||
 | 
					Binaries and documentation of the library can be downloaded from the [releases page](https://notabug.org/Deathsbreed/NeoComm/releases).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Compiling
 | 
					Compiling
 | 
				
			||||||
---------
 | 
					---------
 | 
				
			||||||
 | 
					The code can be downloaded via the [NotABug git repository](https://notabug.org/Deathsbreed/NeoComm).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To build this project you will need a C++11 compatible compiler ([GCC](https://gcc.gnu.org/) is recommended), the [OpenDHT library](https://github.com/savoirfairelinux/opendht), [msgpack-c](https://github.com/msgpack/msgpack-c), and the [CMake build system](https://cmake.org/). To build run the following commands from the root directory of the project.
 | 
					To build this project you will need a C++11 compatible compiler ([GCC](https://gcc.gnu.org/) is recommended), the [OpenDHT library](https://github.com/savoirfairelinux/opendht), [msgpack-c](https://github.com/msgpack/msgpack-c), and the [CMake build system](https://cmake.org/). To build run the following commands from the root directory of the project.
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
$ cd build/
 | 
					$ cd build/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user