From d922cae0a2399318e59659abd105d61c0439baa8 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 5 Apr 2020 16:13:41 -0400 Subject: [PATCH] Commentary --- docs/install.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install.adoc b/docs/install.adoc index 8add7f3c1..3d8c9fd5e 100644 --- a/docs/install.adoc +++ b/docs/install.adoc @@ -84,8 +84,9 @@ To build Verilator you will need to install some standard packages: sudo apt-get install autoconf sudo apt-get install flex bison -The following are optional, but improve compilation speed: +The following are optional, but should be installed to improve compilation speed: + sudo apt-get install ccache sudo apt-get install libgoogle-perftools-dev Additionally, to build or run Verilator you need these standard packages: