shiwk / paxosme

Pure paxos implementation in cpp :D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paxosme

Pure paxos implementation in cpp :D

Prerequisite

You need these libs/packages installed in your machine at the very beginning.

  • CMAKE
  • BOOST
  • OpenSSl

Export ${CMAKE_PATH} ${BOOST_PATH} and ${PAXOS_ROOT}(current dir path) in your system environment for that next scripts can find them.

And then, follow the scripts provided for dependency

sudo sh build/depend.sh

Build

sudo sh build/build.sh

Implementations

More detail.

About

Pure paxos implementation in cpp :D

License:MIT License


Languages

Language:C++ 92.9%Language:CMake 6.4%Language:Shell 0.7%