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

More information about "fortran-kdtree" #1

Open
WangYun1995 opened this issue Feb 5, 2021 · 1 comment
Open

More information about "fortran-kdtree" #1

WangYun1995 opened this issue Feb 5, 2021 · 1 comment

Comments

@WangYun1995
Copy link

Hello, @dongli

Could you offer some instructions about how to install or compile libraries of 'fortran-kdtree' and information about arguments and returns of functions and subroutines?

@AkshayPatil1994
Copy link

Hi @WangYun1995 ,

To compile the fortran code you will need the cmake version higher than the one mentioned in the heading of "CmakeLists.txt" installed on your machine. You can simply check by

cmake --version

To compile the library, its rather straightforward and similar to many other cmake builds

git clone <repo_link>
cd fortran-kdtree
cd build
cmake ..

This should help you build the library in the build directory. Hope this helps!

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

No branches or pull requests

2 participants