robcog-iai / libmongo

Unreal Engine plugin with mongo-c and mongo-cxx third party libraries
BSD 3-Clause "New" or "Revised" License
13 stars 9 forks source link

Adding Linux support to libmongo #3

Closed Sanic closed 5 years ago

Sanic commented 5 years ago

I've included mongo and bson for linux. built with clang and PIC. Only the C interface is currently implemented.

Also added vim stuff to the gitignore

andreihaidu commented 5 years ago

@Sanic are the files different between widnows and linux? Or why was it necessary to create a new folder for the linux includes. Adding the built libraries to lib/bin did not work?

Sanic commented 5 years ago

Hi @andreihaidu The header files are created per platform including the different defines on how certain things have to be handled (and built into the lib). Doing a diff onto both folders also indicates many differences, so i guess we should have both headers separately.