diff --git a/README.md b/README.md index b06a5a8e05..1a0130feeb 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ git submodule update --recursive * Installing required packages: ``` -sudo yum install yaml-cpp-devel lz4-devel zlib-devel snappy-devel jsoncpp-devel thrift-devel antlr3-tool antlr3-C++-devel libasan libubsan +sudo yum install yaml-cpp-devel lz4-devel zlib-devel snappy-devel jsoncpp-devel thrift-devel antlr3-tool antlr3-C++-devel libasan libubsan gcc-c++ gnutls-devel ninja-build ragel libaio-devel cryptopp-devel xfsprogs-devel ``` * Build Scylla ``` ./configure.py --mode=release --with=scylla --disable-xen -ninja build/release/scylla -j2 # you can use more cpus if you have tons of RAM +ninja-build build/release/scylla -j2 # you can use more cpus if you have tons of RAM ```