Skip to content

Document availability of CMake build system #122

@awvwgk

Description

@awvwgk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationRelated to the documentation of this project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions