Skip to content
Snippets Groups Projects
Unverified Commit 834cd766 authored by Dmitrii Zolotarev's avatar Dmitrii Zolotarev
Browse files

Add build instructions to README


Signed-off-by: default avatarDmitrii Zolotarev <dvzolotarev@gmail.com>
parent 19d5517f
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,22 @@ Kelvin Blockchain node ...@@ -4,3 +4,22 @@ Kelvin Blockchain node
[![Build Status](https://travis-ci.com/cellframe/kelvin-node.svg?branch=master)](https://travis-ci.com/cellframe/kelvin-node) [![Build Status](https://travis-ci.com/cellframe/kelvin-node.svg?branch=master)](https://travis-ci.com/cellframe/kelvin-node)
[Kelvin node manual](https://github.com/cellframe/kelvin-node/wiki/Kelvin-Node) [Kelvin node manual](https://github.com/cellframe/kelvin-node/wiki/Kelvin-Node)
## Build
The project uses CMake. To generate a Makefile run in the project root directory `git submodule init && git submodule update --remote && cmake .`.
Or if don't clone the project yet, run `git clone --recursive <repo>` to clone it with all submodules. Then build the project as a regular CMake project.
### Prerequsites
To successfully complete of the build, you must have folgende prerequisites installed (packages are named as in Debian GNU/Linux 10 "buster", please found the corresponding packages for your distribution):
* libjson-c-dev
* libmemcached-dev (for libdap-server-core submodule)
* libev-dev (for libdap-server-core submodule)
* libmagic-dev (for libdap-server submodule)
* libcurl4-openssl-dev | libcurl4-nss-dev | libcurl4-gnutls-dev (for libdap-server submodule)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment