Pure paxos implementation in cpp :D
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
sudo sh build/build.sh