Minor modifications in build instruction #2277

This commit is contained in:
Alexey Milovidov 2018-05-10 17:45:52 +03:00
parent 6ecc6d8ea4
commit 7df26c93ee

View File

@ -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 ## Install Git and CMake
```bash ```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 ## Detect the number of threads