mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #535 from mfridental/master
Add "make clickhouse" description
This commit is contained in:
commit
79d262fadd
@ -159,3 +159,8 @@ cmake ..
|
||||
make -j $THREADS
|
||||
cd ..
|
||||
```
|
||||
To create an executable, run
|
||||
```
|
||||
make clickhouse
|
||||
```
|
||||
This will create the dbms/src/Server/clickhouse executable, which can be used with --client or --server.
|
||||
|
Loading…
Reference in New Issue
Block a user