mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Minor modifications in build instruction #2277
This commit is contained in:
parent
6ecc6d8ea4
commit
7df26c93ee
@ -14,10 +14,10 @@ grep -q sse4_2 /proc/cpuinfo && echo "SSE 4.2 supported" || echo "SSE 4.2 not su
|
||||
## Install Git and CMake
|
||||
|
||||
```bash
|
||||
sudo apt-get install git cmake3
|
||||
sudo apt-get install git cmake
|
||||
```
|
||||
|
||||
Or just cmake on newer systems.
|
||||
Or cmake3 instead of cmake on older systems.
|
||||
|
||||
## Detect the number of threads
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user