File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,10 @@ If you are familiar with C++ and want to review code and measurements as you rea
5454git clone https://github.com/ashvardanian/less_slow.cpp.git # Clone the repository
5555cd less_slow.cpp # Change the directory
5656
57- sudo apt-get install build-essential cmake g++ # Install default build tools
58- sudo apt-get install pkg-config liburing-dev # Install liburing for kernel-bypass
59- sudo apt-get install libopenblas-base # Install numerics libraries
57+ pip install cmake --upgrade # PyPI has a newer version of CMake
58+ sudo apt-get install -y build-essential g++ # Install default build tools
59+ sudo apt-get install -y pkg-config liburing-dev # Install liburing for kernel-bypass
60+ sudo apt-get install -y libopenblas-base # Install numerics libraries
6061
6162cmake -B build_release -D CMAKE_BUILD_TYPE=Release # Generate the build files
6263cmake --build build_release --config Release # Build the project
You can’t perform that action at this time.
0 commit comments