From a34d995195330b13704b36b20c75a29040b17955 Mon Sep 17 00:00:00 2001 From: groot Date: Mon, 6 May 2019 10:47:55 +0800 Subject: [PATCH] modify readme Former-commit-id: 2297c0decb034ceda163a996f6d24604875f6495 --- cpp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/README.md b/cpp/README.md index e8fd0af6..a337bb26 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -5,7 +5,7 @@ yum install gfortran libsqlite3-dev libsnappy-dev zlib bzip2 ubuntu16.04 : - sudo apt-install install gfortran libsqlite3-dev libsnappy-dev zlib bzip2 + sudo apt-get install gfortran libsqlite3-dev libsnappy-dev zstd bzip2 #### Step 2: build third-parties Note: If you want to debug into third-parties, you can build debug with CXXFLAGS='-g -O0' with option -- GitLab