diff --git a/docs/install.adoc b/docs/install.adoc index 804cdd411..f9bda00fc 100644 --- a/docs/install.adoc +++ b/docs/install.adoc @@ -96,11 +96,11 @@ Those developing Verilator may also want these (see internals.adoc): ==== Install SystemC If you will be using SystemC (vs straight C++ output), download -http://www.systemc.org[SystemC]. Follow their installation instructions. -You will need to set `SYSTEMC_INCLUDE` to point to the include directory -with systemc.h in it, and `SYSTEMC_LIBDIR` to points to the directory with -libsystemc.a in it. (Older installations may set `SYSTEMC` and -`SYSTEMC_ARCH` instead.) +https://www.accellera.org/downloads/standards/systemc[SystemC]. +Follow their installation instructions. You will need to set `SYSTEMC_INCLUDE` +to point to the include directory with `systemc.h` in it, and `SYSTEMC_LIBDIR` +to points to the directory with `libsystemc.a` in it. (Older installations +may set `SYSTEMC` and `SYSTEMC_ARCH` instead.) ==== Install GTKWave