Raft consensus algorithm implementation for learning purposes
- Install clang-10 (https://apt.llvm.org/ on Ubuntu/Debian). Do not forget
libc++abi-10-dev
andlibc++-10-dev
packages. - Create
build
subfolder and executeconan install . --profile clang-10 --build=missing
. Look inclang-10.conan-profile.example
file for the profile example. - Use cmake in the same
build
folder to build the project.