From 5fd120b2ddfb0762daf4216992f4770a09966b6e Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Sun, 21 Feb 2021 13:57:04 +0100 Subject: [PATCH] need boost library --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 38f000c..61d8c20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ compiler: - gcc install: + - apt-get update + - apt-get install libboost-all-dev - cd .. - wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz - tar xfvz systemc-2.3.2.tar.gz