mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
doc: add a note how to disable Rust support
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
d859e4368f
commit
62994ab0c1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user