Add "make clickhouse" description

This commit is contained in:
mfridental 2017-02-28 16:40:58 +01:00 committed by GitHub
parent 5cf6f4d8c1
commit 9d9b8692b2

View File

@ -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.