How to build library on Linux?
Hello,
Can this library be build/compiled on Linux instead of Windows?
Andrew
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