FoXy icon indicating copy to clipboard operation
FoXy copied to clipboard

How to build, is there a wiki

Open mdeberts opened this issue 3 years ago • 1 comments

Hello,

I included the lib/ in my Fortran Project, but all the third_party dependencies are missing.

Is there an easy way to kind of install it to my system, so I automatically get all third_party dependencies and do not have to manually include lib/ files in my CMakeLists.txt?

mdeberts avatar Mar 03 '22 13:03 mdeberts

Hi @mdeberts

I am sorry that the documentation is currently very poor, I had no time recently for my FOSS libraries, my bad.

Currently, the easiest way to download all third_party dependencies is to exploit git with recursive clone:

git clone https://github.com/Fortran-FOSS-Programmers/FoXy --recurse-submodule

If this approach is not effective for your installation, I can try to add more options to download dependencies, e.g. a bash script.

Let me know how can I help you.

Kind regards

szaghi avatar Mar 03 '22 15:03 szaghi