No need to have that information on the repo.
This commit is contained in:
parent
61b220c765
commit
1c17b8c3f9
@ -8,7 +8,6 @@ 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)
|
||||||
@ -45,14 +44,8 @@ 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/
|
||||||
|
Loading…
Reference in New Issue
Block a user