update gitignore and readme (#481)

Fixes #482
This commit is contained in:
cyan317
2023-01-19 15:22:29 +00:00
committed by GitHub
parent 6ba9903a37
commit 557c76233a
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,5 @@
*clio*.log
build/
build*/
.vscode
.python-version
config.json

View File

@@ -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