Skip to content

Commit

Permalink
Add Ubuntu command line for installing dependencies in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hanlon committed Feb 19, 2022
1 parent 4adb759 commit dbb55e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,19 @@ The following dependencies must be installed:
- Bison
- Doxygen (only required if building the documentation)

In an Ubuntu 20.04 environment for instance, these can be satisfied with:

.. code-block:: bash
➜ apt-get update && apt-get install -yq build-essential git flex bison libboost-all-dev libfl-dev cmake
To build and install netlist paths, configure the build system with CMake, then
run Make. Note that Verilator is included as a submodule and as part of the build.

.. code-block:: bash
➜ git clone https://github.com/jameshanlon/netlist-paths.git
cd netlist-paths
➜ git submodule update --init --recursive
...
➜ mkdir Release
Expand Down

0 comments on commit dbb55e8

Please sign in to comment.