News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Using CB to compile/debug codes with various libraries/dependencies

Started by soltanma, January 19, 2023, 12:47:25 PM

Previous topic - Next topic

soltanma

Hello, I am trying to figure out how to use Code::Block as an IDE for a open source code called PFLOTRAN (https://www.pflotran.org/documentation/user_guide/how_to/installation/installation.html). I looked at PFLOTRAN installation instructions below. They have for visual studio but not for Code::Blocks. There are multiple libraries/dependencies as well as PETSC solver need to be integrated within a project file so that PFLOTRAN is compiled, etc...

I was wondering I should go about this!!

https://www.pflotran.org/documentation/user_guide/how_to/installation/installation.html

Thank you in advance for your help.

Best regards

Miguel Gimenez

You did not specify your OS, I suppose it is Windows due to the reference to Visual Studio.

I would follow the steps for Visual Studio, adapting the changes to C::B (not a noob task). I do not know if this will work, though.

stahta01

To soltanma: If I created an MSys2 MinGW64 package for pflotran could you build and use it?
If yes, I might try to do that.
I would also write simple CB directions for Code::Blocks and MSys2 pflotran package setup.

https://www.msys2.org/

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]