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

Document availability of CMake build system #122

Closed
awvwgk opened this issue Sep 6, 2021 · 0 comments · Fixed by #125
Closed

Document availability of CMake build system #122

awvwgk opened this issue Sep 6, 2021 · 0 comments · Fixed by #125
Labels
documentation Related to the documentation of this project

Comments

@awvwgk
Copy link
Member

awvwgk commented Sep 6, 2021

CMake is available as build system for dftd4 and should be documented.

The standard workflow for building with CMake should be sufficient (configure, build, test, install):

cmake -B _build -G Ninja -DCMAKE_INSTALL_PREFIX=$HOME/.local
cmake --build _build
ctest --test-dir build --parallel --output-on-failure
cmake --install _build
@awvwgk awvwgk added the documentation Related to the documentation of this project label Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Related to the documentation of this project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant