From 62994ab0c1b9e4e5a07a3731e1ee4dd239304be9 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Mon, 25 Mar 2024 10:12:32 +0100 Subject: [PATCH] doc: add a note how to disable Rust support Signed-off-by: Azat Khuzhin --- docs/en/development/developer-instruction.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/development/developer-instruction.md b/docs/en/development/developer-instruction.md index 26ef1506b90..42c7e5ac295 100644 --- a/docs/en/development/developer-instruction.md +++ b/docs/en/development/developer-instruction.md @@ -165,6 +165,14 @@ cmake -DENABLE_LIBRARIES=OFF In case of problems with any of the development options, you are on your own! +#### Rust support {#rust-support} + +Rust requires internet connection, in case you don't have it, you can disable Rust support: + +``` +cmake -DENABLE_RUST=OFF +``` + ## Running the Built Executable of ClickHouse {#running-the-built-executable-of-clickhouse} To run the server under the current user you need to navigate to `ClickHouse/programs/server/` (located outside of `build`) and run: