C++ translation from https://bitbucket.org/chromawallet/postchain-client
- Install OpenSSH c++ lib (https://github.com/openssh)
- Install CURL c++ lib (https://github.com/curl/curl)
- Clone repo in clean dir, open terminal and run (Replace paths with your own):
cmake -DCURL_LIB="Curl/Root/build/lib/x64/libcurl.lib" -DCURL_INCLUDE_DIR="Curl/Root/include" -G "Visual Studio 15 2017" -A x64 ..- Open the new generated *.sln from /build
- Select X64 build
- If you need to compile tests, add a global macro definition
#define COMPILE_TESTS - Build and Run