Build palabos static library in eclipse

Hello,
I would like to use eclipse IDE to run and debug palabos programs. I’ve configured one project consisting in the library compilation. Then another project consist in the main program and a link to use the palabos static library. It is possible, or there is a reason why not to proceed in this way??
Thanks, best regards.

Hi,

That sounds like a reasonable approach. As you can see from the source, we have set up a project for the Code::Blocks IDE, and there is no reason why things wouldn’t work in a similar way with Eclipse.

Cheers,
Jonas

Hi,
I just managed to create the cavity2d case in the eclipse environment. It was just creating three library projects (palabos, Eigen , tinyxml), importing the source code into the eclipse workspace, setting the paths to includes and libraries, adding a -fPIC option and compile and link the cavity2d.cpp. Easy.

Cheers,
Manfred