Skip to content

Commit

Permalink
book: Document Debian packages required for dev-graph feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Nov 10, 2021
1 parent 99fac53 commit a222cdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions book/src/user/dev-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ granular error messages that indicate which specific constraint (if any) is not
The `dev-graph` feature flag exposes several helper methods for creating graphical
representations of circuits.

On Debian systems, you will need the following additional packages:
```plaintext
sudo apt install cmake libexpat1-dev libfreetype6-dev
```

### Circuit layout

`halo2::dev::CircuitLayout` renders the circuit layout as a grid:
Expand Down

0 comments on commit a222cdc

Please sign in to comment.