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

Use verbose commands sequence for building after cloning


Signed-off-by: default avatarDmitrii Zolotarev <dvzolotarev@gmail.com>
parent 27c1fe2b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Kelvin Blockchain node
## Build
The project uses CMake. To generate a Makefile run in the project root directory `git submodule init && git submodule update --remote && cmake .`.
The project uses CMake. To generate a Makefile run in the project root directory `git submodule init && git submodule update --remote && cmake -S . -B build && cd ./build && make`.
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
......
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