Merge pull request #535 from mfridental/master

Add "make clickhouse" description
This commit is contained in:
alexey-milovidov 2017-03-02 02:19:12 +04:00 committed by GitHub
commit 79d262fadd

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.