odatapy-client icon indicating copy to clipboard operation
odatapy-client copied to clipboard

How to build library on Linux?

Open be236 opened this issue 9 years ago • 1 comments

Hello,

Can this library be build/compiled on Linux instead of Windows?

Andrew

be236 avatar Feb 14 '17 17:02 be236

Hi all, I know I'm rather late to the party, but I would like to answer this since it might still be relevant (at least for future search hits). I have managed to compile the code on linux and did some initial successful testing against the free odata service https://services.odata.org/TripPinRESTierService. I have created a private branch https://github.com/septimit/odatapy-client/tree/compile_linux There is a README file and a Makefile that would enable one to compile the code. One thing worth mentioning is that I had to update the odatacpp-client to a newer version of cpprestapi and this is capture in another branch https://github.com/septimit/odatacpp-client/tree/compile_linux

Regards, Septi

septimit avatar Mar 15 '20 17:03 septimit