From 557c76233aba5c7d04f3780ae830b5047450b4e1 Mon Sep 17 00:00:00 2001 From: cyan317 <120398799+cindyyan317@users.noreply.github.com> Date: Thu, 19 Jan 2023 15:22:29 +0000 Subject: [PATCH] update gitignore and readme (#481) Fixes #482 --- .gitignore | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fe31d1ca..251e4981 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *clio*.log -build/ +build*/ .vscode .python-version config.json diff --git a/README.md b/README.md index 13866435..409d1536 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ Use these instructions to build a Clio executable from the source. These instruc ```sh # Install dependencies sudo apt-get -y install git pkg-config protobuf-compiler libprotobuf-dev libssl-dev wget build-essential bison flex autoconf cmake clang-format +# Install gcovr to run code coverage + sudo apt-get -y install gcovr # Compile Boost wget -O $HOME/boost_1_75_0.tar.gz https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz