diff --git a/README.md b/README.md index f118fd66c63..107a99d50b4 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ instructions and configurations for alternatives. > [installing from releases](#installing-from-releases) in supported > configurations is often faster and easier. +> [!IMPORTANT] +> Frequent setup and building problems and their solutions can be found in section [Common Issues](docs/environment_setup_guide.md#common-issues). + ### Setup - Ubuntu (24.04) > [!TIP] @@ -184,7 +187,10 @@ Further flags allow to build components with specific features enabled. ### CMake build usage -To build ROCm/HIP: +For workflows that demand frequent rebuilds, it is _recommended to build it with ccache_ enabled to speed up the build. +See instructions in the next section for [Linux](#ccache-usage-on-linux) and [Windows](#ccache-usage-on-windows). + +Otherwise, ROCm/HIP can be configured and build with just the following commands: ```bash cmake -B build -GNinja . -DTHEROCK_AMDGPU_FAMILIES=gfx110X-dgpu