Khanh Nguyen

Results 2 comments of Khanh Nguyen

I have successfully rebuilt `jsoncpp` using `cmake` following the instruction here https://github.com/open-source-parsers/jsoncpp/wiki/Building Then I run the command ``` cp external/jsoncpp/build/debug/src/lib_json/*.so* lib/ ``` to overwrite .so files After that, I deleted...

Sorry for late update. It falied since my careless mistake. > I have successfully rebuilt jsoncpp using cmake following the instruction here https://github.com/open-source-parsers/jsoncpp/wiki/Building Here, the compiling command should be ```...