From a28ca6cc5801d7a287384e4382adc8b9f3f20a8b Mon Sep 17 00:00:00 2001 From: Yinan Xu Date: Mon, 5 Sep 2022 19:10:09 +0800 Subject: [PATCH] Update install-verilator.sh Remove ccache --- install-verilator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-verilator.sh b/install-verilator.sh index b9f1e4dc8..d56420c66 100644 --- a/install-verilator.sh +++ b/install-verilator.sh @@ -1,6 +1,6 @@ # https://verilator.org/guide/latest/install.html -sudo apt-get install git perl python3 make autoconf g++ flex bison ccache clang +sudo apt-get install git perl python3 make autoconf g++ flex bison clang sudo apt-get install libgoogle-perftools-dev numactl perl-doc sudo apt-get install libfl2 # Ubuntu only (ignore if gives error) sudo apt-get install libfl-dev # Ubuntu only (ignore if gives error) @@ -27,4 +27,4 @@ autoconf # Create ./configure script make -j8 # Build Verilator itself sudo make install -verilator --version \ No newline at end of file +verilator --version