From 7fd590f8558bd87dcc30d7e0062d957e0b037f74 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 7 May 2020 18:11:06 -0400 Subject: [PATCH] Commentary --- docs/install.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/install.adoc b/docs/install.adoc index 51731a0e5..61d665091 100644 --- a/docs/install.adoc +++ b/docs/install.adoc @@ -80,8 +80,7 @@ MSVC++. To build or run Verilator you need these standard packages: - sudo apt-get install perl python3 - sudo apt-get install make + sudo apt-get install perl python3 make sudo apt-get install g++ # Alternatively, clang sudo apt-get install libgz # Non-Ubuntu (ignore if gives error) sudo apt-get install libfl2 libfl-dev zlibc zlib1g zlib1g-dev # Ubuntu only (ignore if gives error) @@ -95,12 +94,11 @@ good performance: To build Verilator you will need to install these packages; these do not need to be present to run Verilator: - sudo apt-get install git - sudo apt-get install autoconf flex bison + sudo apt-get install git autoconf flex bison Those developing Verilator itself may also want these (see internals.adoc): - sudo apt-get install gdb asciidoctor graphviz cmake clang-format + sudo apt-get install gdb asciidoctor graphviz cmake clang clang-format gprof cpan install Pod::Perldoc cpan install Unix::Processors cpan install Parallel::Forker