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