Fortran-FOSS-Programmers / FoXy

Fortran XML parser for poor people
29 stars 14 forks source link

How to build, is there a wiki #8

Open mdeberts opened 2 years ago

mdeberts commented 2 years ago

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?

szaghi commented 2 years ago

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