Hi Andrea,
Thanks for taking the time to followup and congratulations on your new job.
Ill see the examples you pointed out.
on another note may be for others in the forum to answer: is there any reason why coral is built using scons, could be built using cmake?
I cant figure-out from reading the code if scons is only compiling c++ code or if its also compiling python code (pyd) or if its performing any housekeeping operations like moving a python plugin into the plugin folder or something of that nature).
is scons moving files? as well as compiling?, and is it compiling python code as well? is scons calling bjam(boosts building tool) for the boost python binding?
after c++ code is compiled using boost, where is that plugin placed by the system, does it create a new lib/sitepackage in the users python folder? and does it compile it as an executable or as a shared library ( .Lib or DLL if in windows or So if in linux)
if so how can you make a plugin deploy-able so that I can take a working version of coral with my custom plugins and zip it, and deploy it for others to use, without needing installation of any dependencies?
Best,
Alex