Toolchain: Improve wording of final message

This commit is contained in:
Ole Schütt 2025-12-28 13:19:01 +01:00 committed by Ole Schütt
parent d60f360160
commit 3c12c6fa2c
2 changed files with 7 additions and 4 deletions

View file

@ -47,7 +47,8 @@ cd tools/toolchain/
## 3. Compile
This section has been moved to the [manual](./docs/getting-started/build-from-source.md).
This section has been moved to the
[manual](https://manual.cp2k.org/trunk/getting-started/build-from-source.html).
## 4. If it doesn't work

View file

@ -1067,12 +1067,14 @@ Done!
To use the installed tools and libraries and cp2k version
compiled with it you will first need to execute at the prompt:
source ${SETUPFILE}
To build CP2K you should change directory:
If you invoked the toolchain with --install-all then you can proceed to build cp2k like this:
cd cp2k/
cmake -S . -B build -DCP2K_USE_EVERYTHING=ON
cmake -S . -B build -DCP2K_USE_EVERYTHING=ON -DCP2K_USE_DLAF=OFF -DCP2K_USE_PEXSI=OFF
cmake --build build -j 32
See also https://manual.cp2k.org/trunk/getting-started/build-from-source.html
If you installed only some packages then you'll have to assemble the matching cmake command yourself.
For available build options see: https://manual.cp2k.org/trunk/getting-started/build-from-source.html
EOF
fi