libjson-rpc-cpp icon indicating copy to clipboard operation
libjson-rpc-cpp copied to clipboard

Add support for Visual Studio

Open BartVandewoestyne opened this issue 6 years ago • 2 comments

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?

BartVandewoestyne avatar Jan 17 '19 09:01 BartVandewoestyne

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.

cinemast avatar Jan 17 '19 15:01 cinemast

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!

flamingo911 avatar Jul 22 '19 00:07 flamingo911