Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build, is there a wiki #8

Open
mdeberts opened this issue Mar 3, 2022 · 1 comment
Open

How to build, is there a wiki #8

mdeberts opened this issue Mar 3, 2022 · 1 comment
Assignees

Comments

@mdeberts
Copy link

mdeberts commented Mar 3, 2022

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 szaghi self-assigned this Mar 3, 2022
@szaghi
Copy link
Member

szaghi commented Mar 3, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants