diff --git a/README.md b/README.md index 69b055dc1..0ad192c11 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,11 @@ All these abstractions are handled at compilation using C++ template meta-progra If you like the project, please leave us a github star. If you want to know more, join un on [Slack](https://join.slack.com/t/ddc-lib/shared_invite/zt-14b6rjcrn-AwSfM6_arEamAKk_VgQPhg) + +## Getting the code and basic configuration + +```bash +git clone --recurse-submodules -j8 https://github.com/CExA-project/ddc.git +cd ddc +cmake -B build -D DDC_BUILD_KERNELS_FFT=OFF -D DDC_BUILD_KERNELS_SPLINES=OFF -D DDC_BUILD_PDI_WRAPPER=OFF +```