libjson-rpc-cpp
libjson-rpc-cpp copied to clipboard
Add support for Visual Studio
We would like to build libjson-rpc-cpp using Visual Studio. We have tried the 1.1.1 release and the cmake step worked, but we couldn't get things to compile afterwards. The changelog mentions for the 1.0.0 release:
Removed: Windows support, which will hopefully come back soon
Is there any work being done on this? Any progress?
It is still work in progress. You can take a look at the v2 branch.
https://github.com/cinemast/libjson-rpc-cpp/tree/v2
Some connector tests are still failing, but the core is already working. There is absolutetly no documentation yet. It is based on vcpkg.
May somebody describe how to get core work? I want to build 1.2.0 from binary on Windows. I can't even make project with cmake... Thanks!