Hi all, I’m working on a project which uses libarrow to scan and compute. The project is implemented by “C”, I have found that arrow contains c_glib as the API for “C” code. I can compile and install c_glib, but have no idea how to use it.
My project is organized by Makefiles, do I have to write a Makefile. <http://makefile.in/>am to generate Makefiles for my code using c_glib? If I write compiling command by hand, what parameters should be added? Or is there any tutorial to get start with? Thanks for help. Dongxiao Song